mirror of
https://github.com/monero-project/monero.git
synced 2025-07-22 10:30:41 -04:00
Merge pull request #1642
3ae79a59
core: set missing verifivation_failed flag when rejecting a tx (moneromooo-monero)ea6549e9
core_tests: decrease trace level from trace to debug (moneromooo-monero)
This commit is contained in:
commit
c3eff820be
2 changed files with 2 additions and 1 deletions
|
@ -531,6 +531,7 @@ namespace cryptonote
|
|||
if (rv.outPk.size() != tx.vout.size())
|
||||
{
|
||||
LOG_PRINT_L1("WRONG TRANSACTION BLOB, Bad outPk size in tx " << tx_hash << ", rejected");
|
||||
tvc.m_verifivation_failed = true;
|
||||
return false;
|
||||
}
|
||||
for (size_t n = 0; n < tx.rct_signatures.outPk.size(); ++n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue