mirror of
https://github.com/status-im/status-go.git
synced 2025-01-14 00:36:40 +00:00
Fix call to get node config
This commit is contained in:
parent
d21b89ccc6
commit
6ca86b6b99
@ -219,5 +219,5 @@ func (db *Database) AddressExists(address types.Address) (exists bool, err error
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (db *Database) GetNodeConfig() (*params.NodeConfig, error) {
|
func (db *Database) GetNodeConfig() (*params.NodeConfig, error) {
|
||||||
return nodecfg.GetNodeConfig(db.db)
|
return nodecfg.GetNodeConfigFromDB(db.db)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user