Skip to content

Commit 6d60018

Browse files
committed
Add missing import
1 parent 8978836 commit 6d60018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap/bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
"github.com/onflow/flow-go/module/component"
1717
"github.com/onflow/flow-go/module/irrecoverable"
1818
flowMetrics "github.com/onflow/flow-go/module/metrics"
19+
"github.com/onflow/flow-go/module/util"
1920
gethTypes "github.com/onflow/go-ethereum/core/types"
2021
"github.com/rs/zerolog"
2122
"github.com/sethvargo/go-limiter/memorystore"

0 commit comments

Comments
 (0)