diff options
author | mb300sd <mb300sd@git> | 2015-12-14 14:21:34 -0500 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-01-13 21:25:36 +0000 |
commit | 605de4a88a7a9c17abf2c8c66bf6fed32fcdedbd (patch) | |
tree | 56bca4f0bb98c9ec3fd92d0a8492334f4ba09294 /doc | |
parent | 6191a9b62831a27e40ee2fbb6429383879539700 (diff) |
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
Github-Pull: #7213
Rebased-From: 37d271d7cce44885f835292ffe99b54399b014d6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 473f29d10e..fbb84b70d3 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -350,6 +350,20 @@ caching. A sample config for apache2 could look like: </VirtualHost> +Asm script outputs now contain OP_CHECKLOCKTIMEVERIFY in place of OP_NOP2 +------------------------------------------------------------------------- + +OP_NOP2 has been renamed to OP_CHECKLOCKTIMEVERIFY by [BIP +65](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki) + +The following outputs are affected by this change: +- RPC `getrawtransaction` (in verbose mode) +- RPC `decoderawtransaction` +- RPC `decodescript` +- REST `/rest/tx/` (JSON format) +- REST `/rest/block/` (JSON format when including extended tx details) +- `bitcoin-tx -json` + 0.12.0 Change log ================= |