From 3c8282bebe65b493ffb55fe9bce81ffd34fe7975 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 20 Sep 2020 14:37:49 -0400 Subject: minor change to properly journal the IsMultiCoin flag --- core/state/journal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/state/journal.go') diff --git a/core/state/journal.go b/core/state/journal.go index be27493..0cc556b 100644 --- a/core/state/journal.go +++ b/core/state/journal.go @@ -185,7 +185,7 @@ func (ch balanceChange) dirtied() *common.Address { } func (ch multiCoinEnable) revert(s *StateDB) { - //s.getStateObject(*ch.account).data.IsMultiCoin = false + s.getStateObject(*ch.account).data.IsMultiCoin = false } func (ch multiCoinEnable) dirtied() *common.Address { -- cgit v1.2.3