Enable eth config

This commit is contained in:
Andrea Maria Piana 2020-02-28 17:19:32 +01:00
parent ddf7c2d1c2
commit 4d2ecb0055
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.48.1
0.48.2

View File

@ -631,7 +631,7 @@ func (c *NodeConfig) UpdateWithMobileDefaults() {
// when some APIs suddenly become available for Dapps.
// More: https://github.com/status-im/status-go/issues/1870.
if c.APIModules == "" {
c.APIModules = "net,web3"
c.APIModules = "net,web3,eth"
}
}