diff options
author | Johnson Lau <jl2012@users.noreply.github.com> | 2016-04-05 13:03:34 +0800 |
---|---|---|
committer | Johnson Lau <jl2012@users.noreply.github.com> | 2016-04-05 13:03:34 +0800 |
commit | a6cc319846c4baaecbdd489dfc3143239189b4d5 (patch) | |
tree | 741be5b3fe543caac52b3dd7145f704df8dd9448 /bip-0141.mediawiki | |
parent | cacf39b057e15fc273b3ddea7dde78e4fb696b83 (diff) |
Update bip-0141.mediawiki
Diffstat (limited to 'bip-0141.mediawiki')
-rw-r--r-- | bip-0141.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki index 09a5556..3cbcd13 100644 --- a/bip-0141.mediawiki +++ b/bip-0141.mediawiki @@ -118,7 +118,7 @@ Sigops in the current pubkey script, signature script, and P2SH check script are The sigop limit is likewise quadrupled to ≤ 80,000. In addition, opcodes within the witness program are counted identical to as previously within the P2SH check script. -That is, CHECKSIG in a witness program is counted as only 1 sigop, and m-of-n CHECKMULTISIG in a witness program is counted as n sigop. This rule applies to both native witness program and P2SH witness program. +That is, CHECKSIG in a witness program is counted as only 1 sigop, and CHECKMULTISIG in a witness program is counted as 1 to 20 sigops according to the arguments. This rule applies to both native witness program and P2SH witness program. == Examples == |