git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Commit db8c324558345590d796026fe0e3bb0b377c821b

Update spec.md

wanderer authored on 8/5/2017, 3:58:18 AM
GitHub committed on 8/5/2017, 3:58:18 AM
Parent: b988ed5b6bfb0b979a7f0b3255dc3f10a55a4f7e

Files changed

docs/spec.mdchanged
docs/spec.mdView
@@ -22,9 +22,10 @@
2222 ```
2323 node : = [LBRANCH, RBRANCH]
2424 ```
2525
26-All empty values in the array are encoded as "undefined"
26 +All empty values in the array are encoded as "undefined".
27 +An emty tree is defined as `{'/': undefined}`
2728
2829 ## Branches
2930 Branch are merkle link defined in the [IPLD format](https://github.com/ipld/specs/tree/master/ipld#what-is-a-merkle-link)
3031 Each link points to the next node in the tree.

Built with git-ssb-web