mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
7 lines
277 B
Markdown
7 lines
277 B
Markdown
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.
|