0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

doc: Correct release-notes for sighashtype exceptions

This commit is contained in:
TheCharlatan 2023-07-26 11:36:45 +02:00
parent f033a981ed
commit 0b47c16215
No known key found for this signature in database
GPG key ID: 9B79B45691DB4173

View file

@ -2,6 +2,6 @@ RPC Wallet
----------
- The `signrawtransactionwithkey`, `signrawtransactionwithwallet`,
`walletprocesspsbt` and `descriptorprocesspsbt` calls now return more
specific RPC_INVALID_PARAMETER instead of RPC_PARSE_ERROR if their
sighashtype argument is malformed or not a string.
`walletprocesspsbt` and `descriptorprocesspsbt` calls now return the more
specific RPC_INVALID_PARAMETER error instead of RPC_MISC_ERROR if their
sighashtype argument is malformed.