Skip to content

Commit

Permalink
Fix Qt build
Browse files Browse the repository at this point in the history
  • Loading branch information
clementgallet committed Sep 16, 2024
1 parent 1f1da75 commit 02ef34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/qt_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ main_thread_fn()
uint64_t start_time = elapsed_timer.nsecsElapsed();
#endif
/* Run a block of code. */
pc_run();
pc_run(10);

#ifdef USE_INSTRUMENT
if (instru_enabled) {
Expand Down

0 comments on commit 02ef34e

Please sign in to comment.