More GhostRider fixes
- Fixed "difficulty is not a number" when diff is high on some pools - Fixed GhostRider compilation when WITH_KAWPOW=OFF
This commit is contained in:
parent
c6292ce9ee
commit
15e5052dd0
3 changed files with 7 additions and 6 deletions
|
@ -244,7 +244,7 @@ else()
|
|||
endif()
|
||||
|
||||
|
||||
if (WITH_KAWPOW)
|
||||
if (WITH_KAWPOW OR WITH_GHOSTRIDER)
|
||||
list(APPEND HEADERS_BASE
|
||||
src/base/net/stratum/AutoClient.h
|
||||
src/base/net/stratum/EthStratumClient.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue