Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkakinoki committed Mar 4, 2025
1 parent 40bfd51 commit 9b0898c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relayer/local_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ func (r *LocalRelayer) Relay(ctx context.Context, signedTxs *sequence.SignedTran
func (r *LocalRelayer) RelayV3(ctx context.Context, signedTxs *sequence.SignedTransactions, quote ...*sequence.RelayerFeeQuote) (sequence.MetaTxnID, *types.Transaction, ethtxn.WaitReceipt, error) {
sender := r.Sender

fmt.Println("Relaying V3 Local Relayer")
to, execdata, err := sequence.EncodeTransactionsForRelayingV3(
r,
signedTxs.WalletAddress,
Expand Down

0 comments on commit 9b0898c

Please sign in to comment.