mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #5678
15c699f
rpc: set sanity_check_failed to false when successful (stoffu)
This commit is contained in:
commit
2db997828a
@ -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 New Issue
Block a user