summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanghoon Lee <6londe@gmail.com>2015-11-13 15:11:11 +0900
committerChanghoon Lee <6londe@gmail.com>2015-11-13 15:11:11 +0900
commit99c2eb13a87f44cb6aab12733d61e4d2f737073b (patch)
treee1312ca47b932b311bfe2768817c5f7ab46dc0c7
parent6b201a4d2df77f7e186ccbd2c2719b5634a75f81 (diff)
downloadbips-99c2eb13a87f44cb6aab12733d61e4d2f737073b.tar.xz
typo fixed
trivial typo fixed
-rw-r--r--bip-0022.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0022.mediawiki b/bip-0022.mediawiki
index ffb303b..b39f957 100644
--- a/bip-0022.mediawiki
+++ b/bip-0022.mediawiki
@@ -53,7 +53,7 @@ getblocktemplate MUST return a JSON Object containing the following keys:
|-
| version || {{Yes}} || Number || always 1 or 2 (at least for bitcoin) - clients MUST understand the implications of the version they use (eg, comply with [[bip-0034.mediawiki|BIP 0034]] for version 2)
|-
-| coinbaseaux || {{No}} || Object || data that SHOULD be included in the coinbase's scriptSig content. Only the values (hexadecimal byte-for-byte) in this Object should be included, not the keys. This does not include the block height, which is required to be included in the scriptSig by [[bip-0034.mediawiki|BIP 0034]]. It is advisable to encode values inside "PUSH" opcodes, so as to not inadvertantly expend SIGOPs (which are counted toward limits, despite not being executed).
+| coinbaseaux || {{No}} || Object || data that SHOULD be included in the coinbase's scriptSig content. Only the values (hexadecimal byte-for-byte) in this Object should be included, not the keys. This does not include the block height, which is required to be included in the scriptSig by [[bip-0034.mediawiki|BIP 0034]]. It is advisable to encode values inside "PUSH" opcodes, so as to not inadvertently expend SIGOPs (which are counted toward limits, despite not being executed).
|-
| coinbasetxn || {{Patch|this or ↓}} || Object || [[#Transactions Object Format|information for coinbase transaction]]
|-