More relaxed transaction parsing (#357).
This commit is contained in:
parent
bc457bb3bd
commit
9565c28a91
@ -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'),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user