Skip to content

Commit 53e8e1f

Browse files
core/types: remove unneeded todo marker (#31179)
1 parent 2a81bba commit 53e8e1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/types/transaction_marshalling.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,5 @@ func (tx *Transaction) UnmarshalJSON(input []byte) error {
514514
// Now set the inner transaction.
515515
tx.setDecoded(inner, 0)
516516

517-
// TODO: check hash here?
518517
return nil
519518
}

0 commit comments

Comments
 (0)