mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-24 13:33:14 +00:00
Remove a confusing warning on Keystore import
This commit is contained in:
parent
d7d1e072ba
commit
d45ee66c21
@ -228,7 +228,7 @@ proc importKeystoresFromDir*(rng: var BrHmacDrbgContext,
|
||||
let keystore = try:
|
||||
Json.loadFile(file, Keystore)
|
||||
except SerializationError as e:
|
||||
warn "Invalid keystore", err = e.formatMsg(file)
|
||||
trace "Invalid keystore", err = e.formatMsg(file)
|
||||
continue
|
||||
except IOError as e:
|
||||
warn "Failed to read keystore file", file, err = e.msg
|
||||
|
Loading…
x
Reference in New Issue
Block a user