Merge pull request #5635

03aa14e tx_sanity_check: don't print an error when not enough outs to check (monermooo-monero)
pull/326/head
luigi1111 5 years ago
commit 8adde33e01
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -72,7 +72,7 @@ bool tx_sanity_check(Blockchain &blockchain, const cryptonote::blobdata &tx_blob
if (n_indices <= 10)
{
MERROR("n_indices is only " << n_indices);
MDEBUG("n_indices is only " << n_indices << ", not checking");
return true;
}

Loading…
Cancel
Save