Skip to content

Commit

Permalink
trie: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 committed May 4, 2022
1 parent 381f6ec commit b4b06db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trie/trie.go
Expand Up @@ -85,6 +85,7 @@ func (t *Trie) Copy() *Trie {
return &Trie{
db: t.db,
root: t.root,
owner: t.owner,
unhashed: t.unhashed,
tracer: t.tracer.copy(),
}
Expand Down

0 comments on commit b4b06db

Please sign in to comment.