Revert "Merge pull request #43 from jelly-swap/fix-event-decoding"

This reverts commit 15c4b11502, reversing
changes made to 3f6005764d.
staking_tnx_params
Ganesha Upadhyaya 4 years ago
parent 8136549b75
commit 8bced38228
  1. 2
      packages/harmony-contract/src/abi/api.ts

@ -90,7 +90,7 @@ export class AbiCoderClass {
decodeLog(inputs: any, data = '', topics: any) {
const returnValues: any = {};
let topicCount = 1;
let topicCount = 0;
let value;
const nonIndexedInputKeys: any[] = [];
const nonIndexedInputItems: any[] = [];

Loading…
Cancel
Save