1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00
bips/bip-0098/skip-skip.dot

7 lines
115 B
Plaintext
Raw Permalink Normal View History

2017-11-14 17:39:23 +09:00
digraph G {
A [label="???"]
A -> Al [label="L"]
Al [label="SKIP"]
A -> Ar [label="R"]
Ar [label="SKIP"]
}