You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,23 +276,26 @@ RPC: Low-level API changes
276
276
* The `asm` property of each scriptSig now contains the decoded signature hash
277
277
type for each signature that provides a valid defined hash type.
278
278
279
+
* OP_NOP2 has been renamed to OP_CHECKLOCKTIMEVERIFY by [BIP 65](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki)
280
+
279
281
The following items contain assembly representations of scriptSig signatures
280
282
and are affected by this change:
281
283
282
284
- RPC `getrawtransaction`
283
285
- RPC `decoderawtransaction`
286
+
- RPC `decodescript`
284
287
- REST `/rest/tx/` (JSON format)
285
288
- REST `/rest/block/` (JSON format when including extended tx details)
286
289
-`bitcoin-tx -json`
287
290
288
291
For example, the `scriptSig.asm` property of a transaction input that
0 commit comments