mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 0de36941ec into merged_master (Bitcoin PR bitcoin/bitcoin#25153)
This commit is contained in:
commit
06a6044137
32 changed files with 115 additions and 115 deletions
|
|
@ -426,7 +426,7 @@ public:
|
|||
// try to handle the request. Otherwise, reraise the exception.
|
||||
if (!last_handler) {
|
||||
const UniValue& code = e["code"];
|
||||
if (code.isNum() && code.get_int() == RPC_WALLET_NOT_FOUND) {
|
||||
if (code.isNum() && code.getInt<int>() == RPC_WALLET_NOT_FOUND) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue