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

This commit is contained in:
rrhlrmrr 2025-02-21 14:45:29 +09:00 committed by GitHub
parent 2a81bbaa4f
commit 53e8e1fdf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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