mirror of
https://github.com/monero-project/monero.git
synced 2026-01-31 08:44:59 +01:00
Merge pull request #5635
03aa14e tx_sanity_check: don't print an error when not enough outs to check (monermooo-monero)
This commit is contained in:
@@ -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