We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb24a84 commit 7a23dcbCopy full SHA for 7a23dcb
README.md
@@ -363,7 +363,7 @@ public void executeContractTest(){
363
eventType.add(output3);
364
eventType.add(output4);
365
EventCallBack.EventVo eventVo = eventCallBack.new EventVo("Deposit",eventType);
366
- eventCallBack.setEvents(Arrays.asList(eventVo));
+ eventCallBack.addEvents(eventVo);
367
/*****************event if exists ***********************************/
368
Result result = anChainGateWay.executeContract(contractTrans,credentials,eventCallBack);
369
Assert.assertNotNull(result.getTxHash());
0 commit comments