mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 16:05:10 +00:00
Balance transfer fails to install Chaincode since there is a undeclared variable "tx_id". However, "tx_id" is not required in ChaincodeInstallRequest. This CR removes the line getting transactionId to execute installChaincode correctly. Change-Id: Ia62844172ceecd84fa9a9f2e40e804d1f7a7499b Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com> |
||
|---|---|---|
| .. | ||
| create-channel.js | ||
| helper.js | ||
| install-chaincode.js | ||
| instantiate-chaincode.js | ||
| invoke-transaction.js | ||
| join-channel.js | ||
| query.js | ||