mirror of
https://github.com/bitcoin/bips.git
synced 2026-06-29 17:39:57 +00:00
BIP 22 & 145: Use simple Yes/No rather than templates (which don't work on GitHub)
This commit is contained in:
@@ -22,11 +22,11 @@ The template Object is revised to include these keys:
|
||||
|-
|
||||
! Key !! Required !! Type !! Description
|
||||
|-
|
||||
| costlimit || {{No}} || Number || total cost allowed in blocks
|
||||
| costlimit || No || Number || total cost allowed in blocks
|
||||
|-
|
||||
| sigoplimit || {{No}} || Number || total sigop cost allowed in blocks divided by 4
|
||||
| sigoplimit || No || Number || total sigop cost allowed in blocks divided by 4
|
||||
|-
|
||||
| version || {{Yes}} || Number || block version; clients MUST understand the implications of the version they use (eg, comply with [[bip-0141.mediawiki|BIP 141]] for version 5)
|
||||
| version || Yes || Number || block version; clients MUST understand the implications of the version they use (eg, comply with [[bip-0141.mediawiki|BIP 141]] for version 5)
|
||||
|}
|
||||
|
||||
====Transactions Object Format====
|
||||
|
||||
Reference in New Issue
Block a user