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:
parent
f033a981ed
commit
0b47c16215
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue