fix: saving config after updating it with defaults
This commit is contained in:
parent
b537ff9f02
commit
1e29948a3d
|
@ -738,6 +738,9 @@ func (b *GethStatusBackend) startNode(config *params.NodeConfig) (err error) {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Updating node config
|
||||||
|
b.config = config
|
||||||
|
|
||||||
b.log.Debug("updated config with defaults", "config", config)
|
b.log.Debug("updated config with defaults", "config", config)
|
||||||
|
|
||||||
// Start by validating configuration
|
// Start by validating configuration
|
||||||
|
|
Loading…
Reference in New Issue