From 0c718c846332c68f75855c1190d1bca9aca6cf20 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Wed, 30 Apr 2025 15:00:46 -0400 Subject: [PATCH] core/state: remove todo --- core/state/statedb.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state/statedb.go b/core/state/statedb.go index f6618b4938..e07fd5fe95 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -793,7 +793,6 @@ func (s *StateDB) SubBalance(addr common.Address, amount *uint256.Int, reason tr s.GetBalance(addr) } - // TODO(manav): Confirm if we need to record if amount is zero stateObject = s.mvRecordWritten(stateObject) MVWrite(s, blockstm.NewSubpathKey(addr, BalancePath))