mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
rpc: set sanity_check_failed to false when successful
This commit is contained in:
parent
29a505d1c1
commit
93eb4d79b4
1 changed files with 1 additions and 0 deletions
|
@ -820,6 +820,7 @@ namespace cryptonote
|
||||||
res.sanity_check_failed = true;
|
res.sanity_check_failed = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
res.sanity_check_failed = false;
|
||||||
|
|
||||||
cryptonote_connection_context fake_context = AUTO_VAL_INIT(fake_context);
|
cryptonote_connection_context fake_context = AUTO_VAL_INIT(fake_context);
|
||||||
tx_verification_context tvc = AUTO_VAL_INIT(tvc);
|
tx_verification_context tvc = AUTO_VAL_INIT(tvc);
|
||||||
|
|
Loading…
Reference in a new issue