mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
tx_sanity_check: don't print an error when not enough outs to check
This commit is contained in:
committed by
wowario
parent
517d5e6915
commit
10593e20a5
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user