Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
radixdb: attach fresh prefix node to current
Previously, nodes with newly discovered prefixes were attached to the parent of the current node, which is incorrect. Instead, these nodes should be attached to the current node. This commit also fixes an incorrect suffix extraction from newNode.
- Loading branch information