Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-11577] Fix balance transfer to install Chaincode
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 <[email protected]>
- Loading branch information