mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-24 17:58:30 +00:00
fix compilation error
This commit is contained in:
parent
f82dff64fa
commit
d200a98a68
@ -36,7 +36,10 @@ type
|
||||
|
||||
proc start(nimbus: NimbusNode) =
|
||||
var conf = getConfiguration()
|
||||
conf.loadKeystoreFiles()
|
||||
let res = conf.loadKeystoreFiles()
|
||||
if res.isErr:
|
||||
echo res.error()
|
||||
quit(QuitFailure)
|
||||
|
||||
## logging
|
||||
setLogLevel(conf.debug.logLevel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user