mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 13:05:00 -05:00
Merge pull request #2452
0aaaca29tx_pool: set the "invalid input" bit when check_tx_inputs fails (moneromooo-monero)9236823bsimplewallet: print tx rejection reason where it was missing (moneromooo-monero)3dee3301core_rpc_server: print tx rejection reason at L0 too (moneromooo-monero)
This commit is contained in:
commit
0e74777071
3 changed files with 35 additions and 19 deletions
|
|
@ -249,6 +249,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…
Add table
Add a link
Reference in a new issue