We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02157d commit a203f0fCopy full SHA for a203f0f
src/main/scala/io/iohk/ethereum/utils/Config.scala
@@ -217,7 +217,7 @@ object Config {
217
case class AsyncConfig(askTimeout: Timeout)
218
object AsyncConfig {
219
def apply(mantisConfig: TypesafeConfig): AsyncConfig =
220
- AsyncConfig(mantisConfig.atKey("async").getDuration("ask-timeout").toMillis.millis)
+ AsyncConfig(mantisConfig.getConfig("async").getDuration("ask-timeout").toMillis.millis)
221
}
222
223
trait KeyStoreConfig {
0 commit comments