mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 02:11:40 +01:00
Fix missing Config.resolve() call (#3727)
This commit is contained in:
parent
4c15eb5268
commit
99e12a393f
@ -42,6 +42,7 @@ case class DatadirParser(
|
||||
val conf = ConfigFactory
|
||||
.parseFile(config.toFile)
|
||||
.withFallback(datadirConfig)
|
||||
.resolve()
|
||||
networkConfig.withFallback(conf)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user