Skip to content

Commit c973a15

Browse files
authored
cmd/integration: import erigon-lib/kv to execute init func (#10065)
1 parent bc18485 commit c973a15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/integration/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import (
66

77
"github.com/ledgerwatch/erigon-lib/common"
88
"github.com/ledgerwatch/erigon/cmd/integration/commands"
9+
10+
// needed so that erigon-lib/kv init func is run
11+
_ "github.com/ledgerwatch/erigon-lib/kv"
912
)
1013

1114
func main() {

0 commit comments

Comments
 (0)