core/state: remove todo

This commit is contained in:
Manav Darji 2025-04-30 15:00:46 -04:00
parent 04e49397b2
commit 0c718c8463
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

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