rpc: set sanity_check_failed to false when successful

release-v0.7.1.0
stoffu 5 years ago
parent 6335509727
commit 15c699f0a6
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012

@ -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);

Loading…
Cancel
Save