mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
The issue is that BYFN passes "Init" function while the sample Java chaincode checks for "init" function. Within the init function, there is no need to check the function argument that is passed in. The sample Go chaincode and Node.js chaincode do not check the function argument. This change makes sample Java chaincode behave the same way. Change-Id: I802978e1276e92a3d420b3f4a391ff66a352d321 Signed-off-by: David Enyeart <enyeart@us.ibm.com> |
||
|---|---|---|
| .. | ||
| src/main/java/org/hyperledger/fabric-samples | ||
| build.gradle | ||
| settings.gradle | ||