Skip to content

Commit

Permalink
Added Default values for the new params
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoExpert committed Feb 7, 2017
1 parent e2ea82e commit 7d9579e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/config_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
COINDAEMON_TRUSTED_PASSWORD = '***somepassword***'


ALGO_NAME = None
COINDAEMON_TX = False
COINDAEMON_HAS_SEGWIT = None
CUSTOM_HEADER = None
CUSTOM_DIFF1 = None
COINDAEMON_REWARD = None


# Coin Algorithm is the option used to determine the algortithm used by stratum
# This currently only works with POW SHA256 and Scrypt Coins
# The available options are scrypt and sha256d.
Expand Down

0 comments on commit 7d9579e

Please sign in to comment.