Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad test in WASM version of HNTrieContainer
The erroneous test does not seem to interfere with the proper functioning of the trie, due to the fact that nodes are never split without a OR node or boundary node being present. The issue was found when undertaking a rewrite of the algorithm to avoid having to create boundary nodes.
- Loading branch information