diff --git a/pkg/rewards/show_test.go b/pkg/rewards/show_test.go index 9b9b48a9..60994936 100644 --- a/pkg/rewards/show_test.go +++ b/pkg/rewards/show_test.go @@ -6,7 +6,6 @@ import ( "math/big" "testing" - "github.com/ethereum/go-ethereum/accounts/abi/bind" gethcommon "github.com/ethereum/go-ethereum/common" "github.com/stretchr/testify/assert" ) @@ -88,7 +87,7 @@ type FakeELReader struct { } func (f *FakeELReader) GetCumulativeClaimed( - opts *bind.CallOpts, + ctx context.Context, earnerAddress, tokenAddress gethcommon.Address, ) (*big.Int, error) { if f.shouldError {