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
Copy file name to clipboardExpand all lines: bip-0009.mediawiki
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ The template request Object is extended to include a new item:
170
170
|-
171
171
! Key !! Required !! Type !! Description
172
172
|-
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
174
174
|}
175
175
176
176
The template Object is also extended:
@@ -180,11 +180,11 @@ The template Object is also extended:
180
180
|-
181
181
! Key !! Required !! Type !! Description
182
182
|-
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
184
184
|-
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
186
186
|-
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
188
188
|}
189
189
190
190
The "version" key of the template is retained, and used to indicate the server's preference of deployments.
0 commit comments