add Web3Provider to config
This commit is contained in:
parent
4e30c510dd
commit
37d1ca96ea
|
@ -225,7 +225,9 @@ proc login*(name, keyUid, hashedPassword, identicon, thumbnail, large: string):
|
|||
# While this is fixed, you can add here any missing attribute on the node config, and it will be merged with whatever
|
||||
# the account has in the db
|
||||
var nodeCfg = %* {
|
||||
|
||||
"Web3Provider": %* {
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
|
||||
let response = status_go.loginWithConfig($payload, hashedPassword, $nodeCfg)
|
||||
|
|
Loading…
Reference in New Issue