mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-18 16:59:30 +00:00
Add minimum activation height to BIP 8
This commit is contained in:
@@ -7,7 +7,8 @@ digraph {
|
||||
"DEFINED" -> "STARTED" [label="height >= start_height"];
|
||||
"STARTED" -> "MUST_SIGNAL" [label="height + 2016 >= timeoutheight AND lockinontimeout"];
|
||||
"STARTED" -> "FAILED" [label="height >= timeoutheight\nAND\nNOT lockinontimeout"];
|
||||
"LOCKED_IN" -> "ACTIVE" [label="always"];
|
||||
"LOCKED_IN" -> "ACTIVE" [label="height >= minimum_activation_height"];
|
||||
"LOCKED_IN":se -> "LOCKED_IN":ne [label="height < minimum_activation_height"];
|
||||
"MUST_SIGNAL" -> "LOCKED_IN" [label="always"];
|
||||
|
||||
edge [weight = 1];
|
||||
|
||||
Reference in New Issue
Block a user