Skip to content

Commit b9d5d8b

Browse files
committed
merge devel
1 parent 4d092d7 commit b9d5d8b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cmd/downloader/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import (
1313
"strings"
1414
"time"
1515

16+
_ "github.com/ledgerwatch/erigon/core/snaptype" //hack
17+
1618
"github.com/anacrolix/torrent/metainfo"
1719
"github.com/c2h5oh/datasize"
1820
grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"

cmd/integration/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import (
44
"fmt"
55
"os"
66

7+
_ "github.com/ledgerwatch/erigon/core/snaptype" //hack
8+
79
"github.com/ledgerwatch/erigon-lib/common"
810
"github.com/ledgerwatch/erigon/cmd/integration/commands"
911
)

0 commit comments

Comments
 (0)