mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-24 23:38:54 +01:00
7 lines
115 B
Text
7 lines
115 B
Text
|
digraph G {
|
||
|
A [label="???"]
|
||
|
A -> Al [label="L"]
|
||
|
Al [label="SKIP"]
|
||
|
A -> Ar [label="R"]
|
||
|
Ar [label="SKIP"]
|
||
|
}
|