You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throw an exception a transaction is defined with the same name more than once, either by ovewloading methods, or by specifying a name in the Transaction annotation
Change-Id: I5c2371e3efaafc26ccd68a5e97ee9b59a40946fb
Signed-off-by: James Taylor <[email protected]>
Copy file name to clipboardExpand all lines: fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/contract/routing/impl/ContractDefinitionImpl.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,13 @@ public ContractInterface getContractImpl() {
0 commit comments