core/types: remove unneeded todo marker (#31179)

pull/31230/head
rrhlrmrr 4 days ago committed by GitHub
parent 2a81bbaa4f
commit 53e8e1fdf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      core/types/transaction_marshalling.go

@ -514,6 +514,5 @@ func (tx *Transaction) UnmarshalJSON(input []byte) error {
// Now set the inner transaction. // Now set the inner transaction.
tx.setDecoded(inner, 0) tx.setDecoded(inner, 0)
// TODO: check hash here?
return nil return nil
} }

Loading…
Cancel
Save