aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-07-08 11:26:01 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-07-08 11:39:10 +0200
commitff46dd4a3457c321aef14f9778094c9db9b00083 (patch)
treec9fbd49c2335ddb271c1ae1370ddc4cbc5f771c7 /doc/release-notes.md
parent5077d2c2b6b8b4b05a05b3bba4df96e2a3e770f3 (diff)
parent18c975c831a3a71b26df43a2617a06840f3aa377 (diff)
downloadbitcoin-ff46dd4a3457c321aef14f9778094c9db9b00083.tar.xz
Merge #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
18c975c Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests (BtcDrak) 14d0130 Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY (BtcDrak)
Diffstat (limited to 'doc/release-notes.md')
-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 df63bb53ee..3d2baaaaea 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -125,12 +125,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`