From 53e8e1fdf2d41a93cd3355ccdad472cfea27289e Mon Sep 17 00:00:00 2001 From: rrhlrmrr <39875249+rrhlrmrr@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:45:29 +0900 Subject: [PATCH] core/types: remove unneeded todo marker (#31179) --- core/types/transaction_marshalling.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/types/transaction_marshalling.go b/core/types/transaction_marshalling.go index 1bbb97a3ec..f76d4b92e9 100644 --- a/core/types/transaction_marshalling.go +++ b/core/types/transaction_marshalling.go @@ -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 }