aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2016-02-16 18:29:53 +0000
committerBtcDrak <btcdrak@gmail.com>2016-06-28 17:17:36 +0100
commit14d01309bed59afb08651f2b701ff90371b15b20 (patch)
tree2c2e76badb00da1829b41b13a3041e13d5b7701f /doc
parent3685e0c1da296be533fef4abcf1b1734ed7d85e7 (diff)
downloadbitcoin-14d01309bed59afb08651f2b701ff90371b15b20.tar.xz
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 6e4f390cbc..e1f3e2427e 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -113,12 +113,15 @@ git merge commit are mentioned.
### RPC and REST
-Asm script outputs now contain OP_CHECKLOCKTIMEVERIFY in place of OP_NOP2
--------------------------------------------------------------------------
+Asm script outputs replacements for OP_NOP2 and OP_NOP3
+-------------------------------------------------------
OP_NOP2 has been renamed to OP_CHECKLOCKTIMEVERIFY by [BIP
65](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki)
+OP_NOP3 has been renamed to OP_CHECKSEQUENCEVERIFY by [BIP
+112](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki)
+
The following outputs are affected by this change:
- RPC `getrawtransaction` (in verbose mode)
- RPC `decoderawtransaction`