add Web3Provider to config

This commit is contained in:
Richard Ramos 2021-12-21 10:06:54 -04:00
parent 4e30c510dd
commit 37d1ca96ea

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 # 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 # the account has in the db
var nodeCfg = %* { var nodeCfg = %* {
"Web3Provider": %* {
"Enabled": true
}
} }
let response = status_go.loginWithConfig($payload, hashedPassword, $nodeCfg) let response = status_go.loginWithConfig($payload, hashedPassword, $nodeCfg)