Skip to content

Commit

Permalink
Use new priority timestamp in priority scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
simpago committed Dec 20, 2024
1 parent adbb40c commit b9d2130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/scheduler/priority.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ bool nano::scheduler::priority::activate (secure::transaction const & transactio
{
auto const & bucket = buckets.at (bucket_index);
release_assert (bucket);
added = bucket->push (account_info.modified, block);
added = bucket->push (priority_timestamp, block);
}
if (added)
{
Expand Down

0 comments on commit b9d2130

Please sign in to comment.