diff options
author | Peter Todd <pete@petertodd.org> | 2014-02-28 23:00:59 -0500 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2014-02-28 23:02:56 -0500 |
commit | e07791556156baf4dc1d938738af4e8c02d47027 (patch) | |
tree | 638cde6bbf4f140a672944b8dc5feb1cf5cf76c0 /bip-0016.mediawiki | |
parent | 244f4a115ed4aee8155533f9f41c35ada375e3b1 (diff) |
Make reference to the redeemScript terminology
Diffstat (limited to 'bip-0016.mediawiki')
-rw-r--r-- | bip-0016.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0016.mediawiki b/bip-0016.mediawiki index c99f5e1..2f58858 100644 --- a/bip-0016.mediawiki +++ b/bip-0016.mediawiki @@ -29,7 +29,7 @@ This new transaction type is redeemed by a standard scriptSig: ...signatures... {serialized script} -Transactions that redeem these pay-to-script outpoints are only considered standard if the ''serialized script'' is, itself, one of the other standard transaction types. +Transactions that redeem these pay-to-script outpoints are only considered standard if the ''serialized script'' - also referred to as the ''redeemScript'' - is, itself, one of the other standard transaction types. The rules for validating these outpoints when relaying transactions or considering them for inclusion in a new block are as follows: |