mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 21:35:13 +01:00
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
digraph G {
|
||
|
A [label="???"]
|
||
|
A -> Al [label="L"]
|
||
|
Al [label="SKIP"]
|
||
|
A -> Ar [label="R"]
|
||
|
Ar [label="SKIP"]
|
||
|
}
|