mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-25 17:09:34 +00:00
BIP 9 (& 145): Switch to rules/vbavailable/vbrequired GBT interface
This commit is contained in:
@@ -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===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user