mirror of
https://github.com/bitcoin/bips.git
synced 2026-07-06 17:46:00 +00:00
Fix formatting
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{{bip}}
|
||||
|
||||
<pre>
|
||||
BIP: 19
|
||||
Title: M-of-N Standard Transactions (Low SigOp)
|
||||
@@ -60,12 +58,10 @@ scriptSig:
|
||||
==Rationale==
|
||||
|
||||
OP_CHECKMULTISIG is already an enabled opcode, and is the most straightforward way to support several important use cases.
|
||||
This is already specified in [[BIP 0011]].
|
||||
This is already specified in [[bip-0011.mediawiki|BIP 0011]].
|
||||
However, each OP_CHECKMULTISIG counts toward the block limit as 20 sigops, which only allows 1000 total multisig transactions in a block.
|
||||
Using OP_CHECKSIG only counts as 1 per signature, so can scale better.
|
||||
|
||||
==Implementation==
|
||||
|
||||
All used operations are already supported by old clients and miners as a non-standard transaction type.
|
||||
|
||||
[[Category:BIP|C]]
|
||||
|
||||
Reference in New Issue
Block a user