mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-17 20:31:35 +00:00
core/types: fix merging state mutations
This commit is contained in:
parent
6cc0be1e93
commit
add2e35c82
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ func (s StateMutations) Merge(next StateMutations) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
s[account] = mut
|
||||||
} else {
|
} else {
|
||||||
s[account] = *diff.Copy()
|
s[account] = *diff.Copy()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue