core/types: remove unneeded todo marker (#31179)
This commit is contained in:
parent
2a81bbaa4f
commit
53e8e1fdf2
|
@ -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 New Issue