Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed Feb 27, 2024
1 parent a8183e6 commit b4fb05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/active_transactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void nano::active_transactions::request_confirm (nano::unique_lock<nano::mutex>
bool const confirmed_l (election_l->confirmed ());
unconfirmed_count_l += !confirmed_l;

if (confirmed_l || election_l->transition_time (solicitor))
if (election_l->transition_time (solicitor))
{
erase (election_l->qualified_root);
}
Expand Down

0 comments on commit b4fb05f

Please sign in to comment.