diff --git a/core/types/bal/bal.go b/core/types/bal/bal.go index 4c1ee83f32..23aabfba90 100644 --- a/core/types/bal/bal.go +++ b/core/types/bal/bal.go @@ -104,6 +104,7 @@ func (s StateMutations) Merge(next StateMutations) { } } } + s[account] = mut } else { s[account] = *diff.Copy() }