mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-02 06:12:56 +00:00
core/types: remove unneeded todo marker (#31179)
This commit is contained in:
parent
2a81bbaa4f
commit
53e8e1fdf2
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue