diff --git a/doc/release-notes/release-notes-0.19.3.md b/doc/release-notes/release-notes-0.19.3.md --- a/doc/release-notes/release-notes-0.19.3.md +++ b/doc/release-notes/release-notes-0.19.3.md @@ -8,4 +8,5 @@ `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.