Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Dec 2, 2023
1 parent d89c564 commit b18decf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ func (r *Relayer) waitForTransactionAndRetryIfNeeded(ctx context.Context, ethCli
newTx.GasPrice = newGasPrice
newTx2 := coregethtypes.NewTx(newTx)
err = ethClient.SendTransaction(ctx, newTx2)
r.logger.Debug("submitted speed up transaction", "hash", newTx2.Hash().Hex(), "new_gas_price", newTx2.GasPrice().Uint64())
r.logger.Info("submitted speed up transaction", "hash", newTx2.Hash().Hex(), "new_gas_price", newTx2.GasPrice().Uint64())
if err != nil {
r.logger.Debug("response of sending speed up transaction", "resp", err.Error())
}
Expand Down

0 comments on commit b18decf

Please sign in to comment.