@@ -4,22 +4,22 @@ import (
44 "context"
55 "fmt"
66
7+ "github.com/ethereum/go-ethereum/accounts/abi"
8+ "github.com/ethereum/go-ethereum/accounts/abi/bind"
9+ "github.com/ethereum/go-ethereum/common"
10+ "github.com/ethereum/go-ethereum/core/types"
711 "github.com/jackc/pgx/v4"
812 "github.com/jackc/pgx/v4/pgxpool"
913 "github.com/pkg/errors"
1014 "github.com/rs/zerolog/log"
15+ "github.com/shutter-network/shop-contracts/bindings"
1116
12- "github.com/ethereum/go-ethereum/accounts/abi"
13- "github.com/ethereum/go-ethereum/accounts/abi/bind"
14- "github.com/ethereum/go-ethereum/common"
15- "github.com/ethereum/go-ethereum/core/types"
1617 obskeyper "github.com/shutter-network/rolling-shutter/rolling-shutter/chainobserver/db/keyper"
1718 "github.com/shutter-network/rolling-shutter/rolling-shutter/medley"
1819 "github.com/shutter-network/rolling-shutter/rolling-shutter/medley/chainsync/client"
1920 "github.com/shutter-network/rolling-shutter/rolling-shutter/medley/chainsync/syncer"
2021 "github.com/shutter-network/rolling-shutter/rolling-shutter/medley/encodeable/number"
2122 "github.com/shutter-network/rolling-shutter/rolling-shutter/shdb"
22- "github.com/shutter-network/shop-contracts/bindings"
2323)
2424
2525var ErrParseKeyperSet = errors .New ("can't parse KeyperSet" )
@@ -93,7 +93,7 @@ func (handler *KeyperSetAdded) Accept(
9393
9494func (handler * KeyperSetAdded ) Handle (
9595 ctx context.Context ,
96- update syncer.ChainUpdateContext ,
96+ _ syncer.ChainUpdateContext ,
9797 events []bindings.KeyperSetManagerKeyperSetAdded ,
9898) error {
9999 // TODO: we don't handle reorgs here.
0 commit comments