I use composer deployed to the fabric network with five peers. Today when i try to update the fabric chaincode with composer bna file. but one peer return error:
Error: Peer localhost:13051 has rejected transaction '39ae7b9cf735ca56a7b9a20c60745206d94852a0a4f73d14cd6fd8813ef57566' with code MVCC_READ_CONFLICT
althrough the new dev* chaincode docker of this peer is generated an up. but,all the transaction will return:
EXPIRED CHAINCODE
so i check this peer's log, found it still use the older version chaincode.
so if there is somehow to update this peer' chaincode version? could bna chaincode generated by composer using node.js be use directly by fabric?