mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
tx_pool: set the "invalid input" bit when check_tx_inputs fails
This commit is contained in:
parent
9236823bf4
commit
0aaaca29a2
@ -246,6 +246,7 @@ namespace cryptonote
|
|||||||
{
|
{
|
||||||
LOG_PRINT_L1("tx used wrong inputs, rejected");
|
LOG_PRINT_L1("tx used wrong inputs, rejected");
|
||||||
tvc.m_verifivation_failed = true;
|
tvc.m_verifivation_failed = true;
|
||||||
|
tvc.m_invalid_input = true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}else
|
}else
|
||||||
|
Loading…
Reference in New Issue
Block a user