Skip to content

Commit

Permalink
fix interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Jun 17, 2024
1 parent 1e94c03 commit d44d6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ethereum/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Client interface {
TraceBlock(ctx context.Context, number *big.Int) ([]domain.Trace, error)
DebugTraceCall(
ctx context.Context, req *domain.TraceCallTransaction,
block *rpc.BlockNumberOrHash, traceCallConfig domain.TraceCallConfig,
block any, traceCallConfig domain.TraceCallConfig,
result interface{},
) error
GetLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error)
Expand Down
3 changes: 1 addition & 2 deletions ethereum/mocks/mock_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d44d6ee

Please sign in to comment.