Skip to content

Commit

Permalink
add missing pgx import to rewards exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Nov 15, 2022
1 parent 15f7fab commit 2320f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/rewards-exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
geth_rpc "github.com/ethereum/go-ethereum/rpc"

eth_rewards "github.com/gobitfly/eth-rewards"
_ "github.com/jackc/pgx/v4/stdlib"
"github.com/prysmaticlabs/prysm/v3/api/client/beacon"
"github.com/sirupsen/logrus"
)
Expand Down

0 comments on commit 2320f8e

Please sign in to comment.