summaryrefslogtreecommitdiff
path: root/bip-0145.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-04-23 20:20:13 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-04-23 20:20:13 +0000
commit4683a9b71424bac4d43af2236f36fdc2b0c9f470 (patch)
tree49611a1d80a1cf4cafbdb213e9d0af8104aaa15a /bip-0145.mediawiki
parent7e99bbf958911888999e100d3d6f8738acb61928 (diff)
downloadbips-4683a9b71424bac4d43af2236f36fdc2b0c9f470.tar.xz
BIP 9 (& 145): Switch to rules/vbavailable/vbrequired GBT interface
Diffstat (limited to 'bip-0145.mediawiki')
-rw-r--r--bip-0145.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki
index f7a1e61..bdaabc9 100644
--- a/bip-0145.mediawiki
+++ b/bip-0145.mediawiki
@@ -41,11 +41,11 @@ The Objects listed in the response's "transactions" key is revised to include th
| hash || String || reversed hash of complete transaction (with witness data included) encoded in hexadecimal
|}
-Transactions with witness data may only be included if the template's "rulesenforced" list (see [[bip-0009.mediawiki#getblocktemplate_changes|BIP 9]]) includes "segwit".
+Transactions with witness data may only be included if the template's "rules" list (see [[bip-0009.mediawiki#getblocktemplate_changes|BIP 9]]) includes "segwit".
===Sigops===
-For blocks with segwit enforcement, the "sigoplimit" and "sigops" keys must use the new values as calculated in [[bip-0141.mediawiki#Sigops|BIP 141]].
+For templates with "segwit" enabled as a rule, the "sigoplimit" and "sigops" keys must use the new values as calculated in [[bip-0141.mediawiki#Sigops|BIP 141]].
===Block Assembly with Witness Transactions===