@@ -36,8 +36,6 @@ import (
36
36
"sync/atomic"
37
37
"time"
38
38
39
- "github.com/erigontech/erigon-lib/kv/prune"
40
- privateapi2 "github.com/erigontech/erigon/turbo/privateapi"
41
39
"github.com/erigontech/mdbx-go/mdbx"
42
40
lru "github.com/hashicorp/golang-lru/arc/v2"
43
41
"github.com/holiman/uint256"
@@ -75,6 +73,7 @@ import (
75
73
prototypes "github.com/erigontech/erigon-lib/gointerfaces/typesproto"
76
74
"github.com/erigontech/erigon-lib/kv"
77
75
"github.com/erigontech/erigon-lib/kv/kvcache"
76
+ "github.com/erigontech/erigon-lib/kv/prune"
78
77
"github.com/erigontech/erigon-lib/kv/remotedbserver"
79
78
"github.com/erigontech/erigon-lib/kv/temporal"
80
79
"github.com/erigontech/erigon-lib/log/v3"
@@ -126,6 +125,7 @@ import (
126
125
"github.com/erigontech/erigon/turbo/execution/eth1"
127
126
"github.com/erigontech/erigon/turbo/execution/eth1/eth1_chain_reader"
128
127
"github.com/erigontech/erigon/turbo/jsonrpc"
128
+ privateapi2 "github.com/erigontech/erigon/turbo/privateapi"
129
129
"github.com/erigontech/erigon/turbo/rpchelper"
130
130
"github.com/erigontech/erigon/turbo/services"
131
131
"github.com/erigontech/erigon/turbo/shards"
@@ -1458,7 +1458,6 @@ func (s *Ethereum) setUpSnapDownloader(ctx context.Context, downloaderCfg *downl
1458
1458
return nil
1459
1459
}
1460
1460
1461
- fmt .Printf ("[dbg] hi %s\n " , s .config .Snapshot .DownloaderAddr )
1462
1461
if s .config .Snapshot .DownloaderAddr != "" {
1463
1462
// connect to external Downloader
1464
1463
s .downloaderClient , err = downloadergrpc .NewClient (ctx , s .config .Snapshot .DownloaderAddr )
0 commit comments