forked from mirror/go-ethereum
The trie sync code links subtries using pointers into node structs. Since commitrelease/1.440cdcf1183
nodes are no longer copied when unpacking from an interface value, causing all nodes to get linked up as the sync progresses. Fix it by breaking the pointer chain with an explicit copy. (cherry picked from commit2cd7a0395d
)
parent
00ba748707
commit
18c8ded42c
Loading…
Reference in new issue