Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity committed Jan 27, 2024
1 parent fcd998f commit 2c60504
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 @@ -68,7 +68,7 @@ void nano::active_transactions::stop ()
void nano::active_transactions::block_cemented_callback (std::shared_ptr<nano::block> const & block_a)
{
//There is a race between execution of block_cemented_callback and void nano::scheduler::priority::run ()
std::this_thread::sleep_for (10ms);
std::this_thread::sleep_for (10ms);
auto transaction = node.store.tx_begin_read ();
auto status_type = election_status (transaction, block_a);

Expand Down

0 comments on commit 2c60504

Please sign in to comment.