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 2a81bba commit 53e8e1fCopy full SHA for 53e8e1f
core/types/transaction_marshalling.go
@@ -514,6 +514,5 @@ func (tx *Transaction) UnmarshalJSON(input []byte) error {
514
// Now set the inner transaction.
515
tx.setDecoded(inner, 0)
516
517
- // TODO: check hash here?
518
return nil
519
}
0 commit comments