We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc18485 commit c973a15Copy full SHA for c973a15
cmd/integration/main.go
@@ -6,6 +6,9 @@ import (
6
7
"github.com/ledgerwatch/erigon-lib/common"
8
"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"
12
)
13
14
func main() {
0 commit comments