Skip to content

Commit

Permalink
Regenerate mocks files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquescaocb committed Sep 29, 2023
1 parent 4ac94fb commit 7701430
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 35 deletions.
2 changes: 1 addition & 1 deletion examples/ethereum/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (c *EthereumClient) ParseOps(
feeOps := services.FeeOps(tx)

Check failure on line 49 in examples/ethereum/client/client.go

View workflow job for this annotation

GitHub Actions / Test

not enough arguments in call to services.FeeOps

Check failure on line 49 in examples/ethereum/client/client.go

View workflow job for this annotation

GitHub Actions / Test

not enough arguments in call to services.FeeOps
ops = append(ops, feeOps...)

traceOps := services.TraceOps(tx.Trace, len(ops))
traceOps := services.TraceOps(tx.Trace, len(ops), sdkTypes.Currency)
ops = append(ops, traceOps...)

return ops, nil
Expand Down
21 changes: 19 additions & 2 deletions mocks/client/graph_ql.go

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

16 changes: 15 additions & 1 deletion mocks/client/jsonrpc.go

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

Loading

0 comments on commit 7701430

Please sign in to comment.