tx_sanity_check: don't print an error when not enough outs to check

pull/326/head
moneromooo-monero 5 years ago
parent fd0cf689dd
commit 03aa14ec87
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save