| 401 | } |
| 402 | |
| 403 | UniValue JSONRPCPSBTError(PSBTError err) |
| 404 | { |
| 405 | return JSONRPCError(RPCErrorFromPSBTError(err), PSBTErrorString(err).original); |
| 406 | } |
| 407 | |
| 408 | UniValue JSONRPCTransactionError(TransactionError terr, const std::string& err_string) |
| 409 | { |
no test coverage detected