Browse Source

Compile fixes

ramhash
Duke 4 months ago
parent
commit
b853cb92a1
  1. 2
      src/miner.cpp
  2. 1
      src/util.h

2
src/miner.cpp

@ -1062,7 +1062,7 @@ class RamhashSolverCanceledException : public std::exception
enum RamhashSolverCancelCheck
{
Reason1
RamhashReason1
};
enum RandomXSolverCancelCheck

1
src/util.h

@ -59,6 +59,7 @@ extern std::map<std::string, std::string> mapArgs;
extern std::map<std::string, std::vector<std::string> > mapMultiArgs;
extern bool fDebug;
extern bool fRandomXDebug;
extern bool fRamhashDebug;
extern bool fZdebug;
extern bool fPrintToConsole;
extern bool fPrintToDebugLog;

Loading…
Cancel
Save