Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 6, 2024
1 parent 4c225ce commit b7c046c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/relayer/watchdog/watchdog.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"crypto/ecdsa"
"database/sql"
"encoding/hex"
"encoding/json"
"fmt"
"log/slog"
Expand Down Expand Up @@ -341,11 +340,6 @@ func (w *Watchdog) checkMessage(ctx context.Context, msg queue.Message) error {
return err
}

slog.Info("Mined pause tx",
"txHash", hex.EncodeToString(pauseReceipt.TxHash.Bytes()),
"bridgeAddress", w.cfg.DestBridgeAddress.Hex(),
)

if pauseReceipt != nil {
slog.Info("Mined pause tx",
"txHash", pauseReceipt.TxHash.Hex(),
Expand Down

0 comments on commit b7c046c

Please sign in to comment.