2
0
mirror of synced 2025-02-24 12:08:10 +00:00

More relaxed transaction parsing (#357).

This commit is contained in:
Richard Moore 2018-12-04 16:31:18 -05:00
parent bc457bb3bd
commit 9565c28a91
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

View File

@ -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'),
});
}
}