Reduce build warnings and enable Qt build

This commit is contained in:
root
2026-04-28 16:50:31 +00:00
parent 34864c5254
commit 43b88c7110
43 changed files with 164 additions and 87 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ void CLightWorker::ThreadLightZAGRSimplified() {
heightStop
);
} catch (NotEnoughMintsException e) {
} catch (const NotEnoughMintsException& e) {
LogPrintStr(std::string("ThreadLightZAGRSimplified: ") + e.message + "\n");
rejectWork(genWit, blockHeight, NOT_ENOUGH_MINTS);
continue;