You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The special marker `One of:`indicate sequences starting with distinct
71
+
The special marker `One of:`indicates sequences starting with distinct
72
72
output events, only one of which could occur. This is useful for optional
73
73
outputs which are more constrained, eg:
74
74
@@ -82,7 +82,7 @@ outputs which are more constrained, eg:
82
82
This means the test will accept STEP1->STEP2a->STEP2b->STEP3, or
83
83
STEP1->STEP2c->STEP3.
84
84
85
-
## Option specifiers
85
+
## Option Specifiers
86
86
87
87
OPTION_SPEC := SPACE+ [`!`]OPTION_NAME
88
88
OPTION_NAME := `opt`IDENTIFIER[`/`ODD_OR_EVEN]
@@ -160,7 +160,7 @@ Output events are:
160
160
*`maybe-send`: a message the implementation may send, at any point from now on (until the next `disconnect`)
161
161
*`must-not-send`: a message the implementation must not send, at any point from now on (until the next `disconnect`). This implies waiting at the end of the test (for a gossip flush!) to make sure it doesn't send it.
162
162
*`expect-tx`: a transaction the implementation is expected to broadcast. The transactions here assume deterministic signatures.
163
-
*`expect-error`: the implementation is expected to detect an error. This is generally a`expect-send` of `type=error` but it's legal for it to simply close the connection. If there's no `expect-error` event, the implementation is expected *not* to have an error.
163
+
*`expect-error`: the implementation is expected to detect an error. This is generally an`expect-send` of `type=error` but it's legal for it to simply close the connection. If there's no `expect-error` event, the implementation is expected *not* to have an error.
164
164
165
165
166
166
## Test Node Setup
@@ -199,6 +199,6 @@ The coinbase pays 50 BTC to the following key/address:
0 commit comments