Skip to content

Commit

Permalink
remove reference to node for
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity-dev committed Feb 7, 2024
1 parent f579347 commit 20718b0
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 @@ -428,7 +428,7 @@ nano::election_insertion_result nano::active_transactions::insert (std::shared_p
auto const existing = roots.get<tag_root> ().find (root);
if (existing == roots.get<tag_root> ().end ())
{
if (!recently_confirmed.exists (root) && !node.confirmation_height_processor.is_processing_or_confirmed (hash))
if (!recently_confirmed.exists (root) && !confirmation_height_processor.is_processing_or_confirmed (hash))
{
result.inserted = true;
auto observe_rep_cb = [&node = node] (auto const & rep_a) {
Expand Down

0 comments on commit 20718b0

Please sign in to comment.