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) {
|
||||
return nodecfg.GetNodeConfig(db.db)
|
||||
return nodecfg.GetNodeConfigFromDB(db.db)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue