mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-10 06:28:07 -05:00
Fix missing viper variable
This commit is contained in:
@@ -66,6 +66,8 @@ func SetupStore() error {
|
||||
if err := e2wallet.UseStore(store); err != nil {
|
||||
return errors.Wrap(err, "failed to use defined wallet store")
|
||||
}
|
||||
viper.Set("store", store)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user