mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
tx_pool: set the "invalid input" bit when check_tx_inputs fails
This commit is contained in:
parent
9236823bf4
commit
0aaaca29a2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue