Skip to content

Commit

Permalink
cmd/integration: import erigon-lib/kv to execute init func (#10065)
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio authored Apr 25, 2024
1 parent bc18485 commit c973a15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/integration/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import (

"github.com/ledgerwatch/erigon-lib/common"
"github.com/ledgerwatch/erigon/cmd/integration/commands"

// needed so that erigon-lib/kv init func is run
_ "github.com/ledgerwatch/erigon-lib/kv"
)

func main() {
Expand Down

0 comments on commit c973a15

Please sign in to comment.