Skip to content

Commit baacb0c

Browse files
committed
BIP 9: Use simple Yes/No rather than templates (which don't work on GitHub)
1 parent adbf64c commit baacb0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bip-0009.mediawiki

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The template request Object is extended to include a new item:
170170
|-
171171
! Key !! Required !! Type !! Description
172172
|-
173-
| rules || {{No}} || Array of Strings || list of supported softfork deployments, by name
173+
| rules || No || Array of Strings || list of supported softfork deployments, by name
174174
|}
175175

176176
The template Object is also extended:
@@ -180,11 +180,11 @@ The template Object is also extended:
180180
|-
181181
! Key !! Required !! Type !! Description
182182
|-
183-
| rules || {{Yes}} || Array of Strings || list of softfork deployments, by name, that are active state
183+
| rules || Yes || Array of Strings || list of softfork deployments, by name, that are active state
184184
|-
185-
| vbavailable || {{Yes}} || Object || set of pending, supported softfork deployments; each uses the softfork name as the key, and the softfork bit as its value
185+
| vbavailable || Yes || Object || set of pending, supported softfork deployments; each uses the softfork name as the key, and the softfork bit as its value
186186
|-
187-
| vbrequired || {{No}} || Number || bit mask of softfork deployment version bits the server requires enabled in submissions
187+
| vbrequired || No || Number || bit mask of softfork deployment version bits the server requires enabled in submissions
188188
|}
189189

190190
The "version" key of the template is retained, and used to indicate the server's preference of deployments.

0 commit comments

Comments
 (0)