blob: c9f418dbbbd89efc3f0a9f08dd0673b0b2be779a (
plain)
1
2
3
4
5
6
7
|
RPC Wallet
----------
- The `signrawtransactionwithkey`, `signrawtransactionwithwallet`,
`walletprocesspsbt` and `descriptorprocesspsbt` calls now return the more
specific RPC_INVALID_PARAMETER error instead of RPC_MISC_ERROR if their
sighashtype argument is malformed.
|