From 02ef34ef285a9e68c61c091591eddd84bc40e404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Gallet?= Date: Mon, 16 Sep 2024 15:27:19 +0200 Subject: [PATCH] Fix Qt build --- src/qt/qt_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/qt_main.cpp b/src/qt/qt_main.cpp index a50c538206..38e51f1a35 100644 --- a/src/qt/qt_main.cpp +++ b/src/qt/qt_main.cpp @@ -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) {