Add a bit of info to whisper protocol

This commit is contained in:
2026-02-27 00:31:06 +11:00
parent 044e516ed3
commit ddcd638937
2 changed files with 19 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ describe('BPlusTree', () => {
it('should handle range on empty tree', () => {
expect(tree.range()).toEqual([]);
expect(tree.range(1, 2)).toEqual([]);
});
it('should handle delete on empty tree', () => {