1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-07-06 17:46:00 +00:00

[trivial] Correct typos across bips

BIPs 11, 16, 61, 98, 116, 117, 143, 157
This commit is contained in:
Varunram
2018-04-14 11:16:32 +05:30
committed by Luke Dashjr
parent 5415dd806e
commit c3e8379b61
8 changed files with 12 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ If the above conditions hold except for the last one, such that:
then the top-most element of the main stack is dropped,
and the N=2 (<code>0x51</code>) to 17 (<code>0x60</code>) further elements are popped from the main stack,
continuing from the alt stack if the main stack is exhausted,
and concatinated together in reverse order to form a serialized script,
and concatenated together in reverse order to form a serialized script,
which is then executed with the remaining elements of both stacks remaining in place as inputs.
The presence of CHECKSIG or CHECKMULTISIG within the subscript do not count towards the global MAX_BLOCK_SIGOPS_COST limit,