Skip to content

Commit

Permalink
Merge pull request #9218
Browse files Browse the repository at this point in the history
7815023 tx_memory_pool: make double spends a no-drop offense (jeffro256)
  • Loading branch information
luigi1111 committed Mar 8, 2024
2 parents 4b25580 + 7815023 commit c23951f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cryptonote_core/tx_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ namespace cryptonote
LOG_PRINT_L1("Transaction with id= "<< id << " used already spent key images");
tvc.m_verifivation_failed = true;
tvc.m_double_spend = true;
tvc.m_no_drop_offense = true;
return false;
}
}
Expand Down

0 comments on commit c23951f

Please sign in to comment.