Reduce build warnings and enable Qt build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user