summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-04-23 20:32:59 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-05-22 10:47:50 +0000
commitbaacb0c64572548829db9a0609036b17e5d25a5c (patch)
tree5f0198920f2196d7e966295586ea3301b5fc9217
parentadbf64c626ca4e79bd4ff983ec37d9ffd8577148 (diff)
downloadbips-baacb0c64572548829db9a0609036b17e5d25a5c.tar.xz
BIP 9: Use simple Yes/No rather than templates (which don't work on GitHub)
-rw-r--r--bip-0009.mediawiki8
1 files changed, 4 insertions, 4 deletions
diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki
index 6334142..fbb0fde 100644
--- a/bip-0009.mediawiki
+++ b/bip-0009.mediawiki
@@ -170,7 +170,7 @@ The template request Object is extended to include a new item:
|-
! Key !! Required !! Type !! Description
|-
-| rules || {{No}} || Array of Strings || list of supported softfork deployments, by name
+| rules || No || Array of Strings || list of supported softfork deployments, by name
|}
The template Object is also extended:
@@ -180,11 +180,11 @@ The template Object is also extended:
|-
! Key !! Required !! Type !! Description
|-
-| rules || {{Yes}} || Array of Strings || list of softfork deployments, by name, that are active state
+| rules || Yes || Array of Strings || list of softfork deployments, by name, that are active state
|-
-| vbavailable || {{Yes}} || Object || set of pending, supported softfork deployments; each uses the softfork name as the key, and the softfork bit as its value
+| vbavailable || Yes || Object || set of pending, supported softfork deployments; each uses the softfork name as the key, and the softfork bit as its value
|-
-| vbrequired || {{No}} || Number || bit mask of softfork deployment version bits the server requires enabled in submissions
+| vbrequired || No || Number || bit mask of softfork deployment version bits the server requires enabled in submissions
|}
The "version" key of the template is retained, and used to indicate the server's preference of deployments.