Skip to content

Commit

Permalink
mock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Nov 5, 2024
1 parent 79c816a commit ca95a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testscommon/txNonceHandlerMock.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// TxNonceSenderHandlerMock mocks TxNonceSenderHandler interface
type TxNonceSenderHandlerMock struct {
ApplyNonceAndGasPriceCalled func(ctx context.Context, tx ...*transaction.FrontendTransaction) error
ApplyNonceAndGasPriceCalled func(ctx context.Context, txs ...*transaction.FrontendTransaction) error
SendTransactionsCalled func(ctx context.Context, txs ...*transaction.FrontendTransaction) ([]string, error)
}

Expand Down

0 comments on commit ca95a50

Please sign in to comment.