Merge pull request #5678

15c699f rpc: set sanity_check_failed to false when successful (stoffu)
getblocktemplate-height
luigi1111 5 years ago
commit 2db997828a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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