diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-28414.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/release-notes-28414.md b/doc/release-notes-28414.md index 7fca11f822..3f83a73252 100644 --- a/doc/release-notes-28414.md +++ b/doc/release-notes-28414.md @@ -1,5 +1,6 @@ RPC Wallet ---------- -- RPC `walletprocesspsbt` return object now includes field `hex` (if the transaction -is complete) containing the serialized transaction suitable for RPC `sendrawtransaction`. (#28414) +- RPC `walletprocesspsbt`, and `descriptorprocesspsbt` return object now includes field `hex` (if the transaction +is complete) containing the serialized transaction suitable for RPC `sendrawtransaction`. + |