mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +00:00
Fix storageMode bug (no writing receipts/logs by default) (#1958)
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
This commit is contained in:
parent
cceaf75b16
commit
0cc64e0f0f
@ -209,6 +209,8 @@ func New(stack *node.Node, config *ethconfig.Config, gitCommit string) (*Ethereu
|
||||
if !reflect.DeepEqual(sm, config.StorageMode) {
|
||||
return nil, errors.New("mode is " + config.StorageMode.ToString() + " original mode is " + sm.ToString())
|
||||
}
|
||||
} else {
|
||||
config.StorageMode = sm
|
||||
}
|
||||
|
||||
if sm.Pruning && !backend.config.EnableDownloadV2 {
|
||||
|
Loading…
Reference in New Issue
Block a user