Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
SettingsReaders in HybridSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
catena2w committed Dec 21, 2017
1 parent 62b2a65 commit 5379653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ case class HybridMiningSettings(offlineGeneration: Boolean,
lazy val GenesisParentId = ModifierId @@ Array.fill(32)(1: Byte)
}

object HybridSettings extends ScorexLogging {
object HybridSettings extends ScorexLogging with SettingsReaders {
def read(userConfigPath: Option[String]): HybridSettings = {
fromConfig(readConfigFromPath(userConfigPath, "scorex"))
}
Expand Down

0 comments on commit 5379653

Please sign in to comment.