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");
|
||||
tvc.m_verifivation_failed = true;
|
||||
tvc.m_invalid_input = true;
|
||||
return false;
|
||||
}
|
||||
}else
|
||||
|
|
Loading…
Reference in New Issue