1
mirror of https://github.com/monero-project/monero synced 2024-09-27 09:30:19 +02:00

rpc: set sanity_check_failed to false when successful

This commit is contained in:
stoffu 2019-06-20 14:32:49 +09:00
parent 29a505d1c1
commit 93eb4d79b4
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012

View File

@ -820,6 +820,7 @@ namespace cryptonote
res.sanity_check_failed = true;
return true;
}
res.sanity_check_failed = false;
cryptonote_connection_context fake_context = AUTO_VAL_INIT(fake_context);
tx_verification_context tvc = AUTO_VAL_INIT(tvc);