replicate snapshot integration fixes

feature/state_pruning_codes
“GheisMohammadi” 2 years ago
parent a31b6c07ed
commit 9f44ef5d9a
No known key found for this signature in database
GPG Key ID: 15073AED3829FE90
  1. 1
      node/worker/worker_test.go

@ -46,7 +46,6 @@ func TestNewWorker(t *testing.T) {
_ = genesis _ = genesis
cacheConfig := &core.CacheConfig{SnapshotLimit: 0} cacheConfig := &core.CacheConfig{SnapshotLimit: 0}
chain, err := core.NewBlockChain(database, nil, &core.BlockChainImpl{}, cacheConfig, gspec.Config, engine, vm.Config{}) chain, err := core.NewBlockChain(database, nil, &core.BlockChainImpl{}, cacheConfig, gspec.Config, engine, vm.Config{})
if err != nil { if err != nil {
t.Error(err) t.Error(err)
} }

Loading…
Cancel
Save