add Web3Provider to config

This commit is contained in:
Richard Ramos 2021-12-21 10:06:54 -04:00
parent 4e30c510dd
commit 37d1ca96ea
1 changed files with 3 additions and 1 deletions

View File

@ -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)