Skip to content

Commit

Permalink
Removed unused error message
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Mar 25, 2024
1 parent eb34bc7 commit 68de594
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/chains/evm/client/tx_simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"github.com/smartcontractkit/chainlink/v2/common/config"
)

const ErrOutOfCounters = "not enough counters to continue the execution"

type simulatorClient interface {
CallContext(ctx context.Context, result interface{}, method string, args ...interface{}) error
}
Expand Down

0 comments on commit 68de594

Please sign in to comment.