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:
SChernykh 2021-11-28 12:07:11 +01:00
parent c6292ce9ee
commit 15e5052dd0
3 changed files with 7 additions and 6 deletions

View file

@ -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