Re: Chaincode commit not going through 2.0.0
Chris Gabriel <alaskadd@...>
Hi Nick,
toggle quoted messageShow quoted text
You appeared to have committed prior to approving for both orgs. I have made this same mistake. Do in this order (also documented in the tutorial): 1) Package chaincode 2) Install chaincode on all peers 3) Query installed to get packageID 4) Approve for org1 5) Approve for org2 6) Check commit readiness 7) Commit chaincode (You can commmit chaincode for both orgs at the same time if commit readiness check show true for both org1 and org2 by using the —peerAddresses flag) Hope this helps, Chris
On Sep 6, 2020, at 8:59 AM, Nicholas Leonardi via lists.hyperledger.org <nlzanutim=yahoo.com@...> wrote:
|
|