Update backend.go (#2152)

This commit is contained in:
ledgerwatch 2021-06-12 14:58:44 +01:00 committed by GitHub
parent 4928de2280
commit e29e76988b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,7 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
} else {
config.StorageMode = sm
}
log.Info("Effective", "storage mode", config.StorageMode)
return nil
}); err != nil {