mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
core/state: remove todo
This commit is contained in:
parent
04e49397b2
commit
0c718c8463
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue