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))