Skip to content

Commit c792e89

Browse files
authored
Update eth_confirmer.go
Plugin wallet changes in ACTION REQUIRED @ 925
1 parent 87c01af commit c792e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/chains/evm/txmgr/eth_confirmer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ func (ec *EthConfirmer) handleInProgressAttempt(ctx context.Context, lggr logger
922922

923923
if sendError.IsInsufficientEth() {
924924
lggr.Criticalw(fmt.Sprintf("Tx 0x%x with type 0x%d was rejected due to insufficient eth: %s\n"+
925-
"ACTION REQUIRED: Chainlink wallet with address 0x%x is OUT OF FUNDS",
925+
"ACTION REQUIRED: Plugin node wallet with address 0x%x is OUT OF FUNDS",
926926
attempt.ID, attempt.Hash, sendError.Error(), etx.FromAddress,
927927
), "err", sendError, "gasPrice", attempt.GasPrice, "gasTipCap", attempt.GasTipCap, "gasFeeCap", attempt.GasFeeCap)
928928
timeout := ec.config.DatabaseDefaultQueryTimeout()

0 commit comments

Comments
 (0)