Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Apr 24, 2024
1 parent 2e0419e commit b8cc4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pool/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_chia_version(self) -> Optional[str]:
fast_farmer = self.headers.get('x-fast-farmer-version')
if fast_farmer:
chia_version = self.headers.get('x-chia-version')
logger.debug('Fast Farmer %r - Chia Version %r', fast_farmer, chia_version)
if chia_version:
return self._chia_version(chia_version)

Expand Down

0 comments on commit b8cc4f4

Please sign in to comment.