diff options
author | Matthew Zipkin <pinheadmz@gmail.com> | 2023-09-06 11:56:19 -0400 |
---|---|---|
committer | Matthew Zipkin <pinheadmz@gmail.com> | 2023-09-06 11:56:19 -0400 |
commit | 2e249b922762f19d6ae61edaad062f31bc2849f3 (patch) | |
tree | e2e1da69acaac318298995d107d10667b1c46f40 /doc | |
parent | 4614332fc4514f63fcbe9e6de507f7bb9b7e87e9 (diff) |
doc: add release note for PR #28414
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-28414.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-28414.md b/doc/release-notes-28414.md new file mode 100644 index 0000000000..7fca11f822 --- /dev/null +++ b/doc/release-notes-28414.md @@ -0,0 +1,5 @@ +RPC Wallet +---------- + +- RPC `walletprocesspsbt` return object now includes field `hex` (if the transaction +is complete) containing the serialized transaction suitable for RPC `sendrawtransaction`. (#28414) |