mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-14 16:55:53 +00:00
2cd7a0395d
The trie sync code links subtries using pointers into node structs. Since commit 40cdcf1183 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.