I try do deploy my own network with hyperledger fabric. I have : - 1 orderer - 1 CA - 2 peers (with there DB)
Everything works well except when I post a Transaction. I've got this error in my server NodeJS :
error: [Channel.js]: compareProposalResponseResults - read/writes result sets do not match index=1
The thing is that the TX has been created.
Any idea ?
You can ask me if you need more precisions to answer me ;)