Skip to content

Commit

Permalink
remove requirement for pool_host
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Nov 14, 2018
1 parent 97f1b3a commit 6c00acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miner/src/Arktika.java
Expand Up @@ -109,7 +109,6 @@ public Arktika(Config config) throws Exception
this.config = config;
logger.info(String.format("Starting Arktika version %s", Globals.VERSION));

config.require("pool_host");
config.require("selected_field");
config.require("layer_count");

Expand Down

0 comments on commit 6c00acd

Please sign in to comment.