Skip to content

Commit 2375c5a

Browse files
committed
fix: missing import
1 parent 8eac7c4 commit 2375c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/p2p/query/query.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"net"
77

88
"github.com/ethereum/go-ethereum/eth/protocols/eth"
9+
"github.com/rs/zerolog/log"
910
"github.com/spf13/cobra"
1011

1112
"github.com/0xPolygon/polygon-cli/flag"

0 commit comments

Comments
 (0)