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:
@@ -38,7 +38,7 @@ OP_CHECKMULTISIG transactions are redeemed using a standard scriptSig:
|
||||
|
||||
(OP_0 is required because of a bug in OP_CHECKMULTISIG; it pops one too many items off the execution stack, so a dummy value must be placed on the stack).
|
||||
|
||||
The current Satoshi bitcoin client does not relay or mine transactions with scriptSigs larger than 200 bytes; to accomodate 3-signature transactions, this will be increased to 500 bytes.
|
||||
The current Satoshi bitcoin client does not relay or mine transactions with scriptSigs larger than 200 bytes; to accommodate 3-signature transactions, this will be increased to 500 bytes.
|
||||
|
||||
==Rationale==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user