core/types: fix merging state mutations

This commit is contained in:
Sina Mahmoodi 2026-04-02 23:16:22 +02:00
parent 6cc0be1e93
commit add2e35c82

View file

@ -104,6 +104,7 @@ func (s StateMutations) Merge(next StateMutations) {
}
}
}
s[account] = mut
} else {
s[account] = *diff.Copy()
}