diff --git a/doc/release-notes/release-notes-0.19.3.md b/doc/release-notes/release-notes-0.19.3.md index 4685111eb..aa8b60d23 100644 --- a/doc/release-notes/release-notes-0.19.3.md +++ b/doc/release-notes/release-notes-0.19.3.md @@ -1,11 +1,12 @@ Bitcoin ABC version 0.19.3 is now available from: This release includes the following features and fixes: - Added optional `blockhash` parameter to `getrawtransaction` to narrowly search for a transaction within a given block. New returned field `in_active_chain` will indicate if that block is part of the active chain. - `signrawtransaction` RPC is now deprecated. The new RPCs `signrawtransactionwithkey` and `signrawtransactionwithwallet` should - be used instead. + be used instead. Use `-deprecatedrpc=signrawtransaction` to temporarily + re-enable the old behavior while you migrate.