mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-24 19:12:34 +02:00
8 lines
277 B
Markdown
8 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.
|