1
0
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:
Luke Dashjr
2016-04-23 20:32:59 +00:00
parent a01584f6eb
commit ed0f8da4ad
2 changed files with 17 additions and 17 deletions

View File

@@ -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====