mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-30 16:06:44 +00:00
BIP-0098: Fast Merkle Trees
This commit is contained in:
7
bip-0098/skip-skip.dot
Normal file
7
bip-0098/skip-skip.dot
Normal file
@@ -0,0 +1,7 @@
|
||||
digraph G {
|
||||
A [label="???"]
|
||||
A -> Al [label="L"]
|
||||
Al [label="SKIP"]
|
||||
A -> Ar [label="R"]
|
||||
Ar [label="SKIP"]
|
||||
}
|
||||
Reference in New Issue
Block a user