Skip to content

Commit

Permalink
More relaxed transaction parsing (#357).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Dec 4, 2018
1 parent bc457bb commit 9565c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/utils/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export class Interface {
name: name,
signature: func.signature,
sighash: func.sighash,
value: bigNumberify(tx.value || null),
value: bigNumberify(tx.value || '0'),
});
}
}
Expand Down

0 comments on commit 9565c28

Please sign in to comment.