Skip to content

Commit

Permalink
fix go:generate
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaidashenko committed Jan 25, 2024
1 parent 850539f commit 61fdc21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/chains/evm/txmgr/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import (
"github.com/smartcontractkit/chainlink/v2/core/services/keystore"
)

//go:generate mockery --quiet --name TxmClient --output ./mocks/ --case=underscore

// Type aliases for EVM
type (
Confirmer = txmgr.Confirmer[*big.Int, *evmtypes.Head, common.Address, common.Hash, common.Hash, *evmtypes.Receipt, evmtypes.Nonce, gas.EvmFee]
Expand Down

0 comments on commit 61fdc21

Please sign in to comment.