trie: avoid loading the root node twice
New checks whether the root node is present by loading it from the database. Keep the node around instead of discarding it.
Showing
Please register or sign in to comment
New checks whether the root node is present by loading it from the database. Keep the node around instead of discarding it.