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

View File

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