Skip to content

Commit

Permalink
fix log error
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Mar 21, 2024
1 parent 1c579a7 commit de44a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/txSender/txSender.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (ts *txSender) createAndSendTxs(ctx context.Context, data *sovereign.Bridge
Version: ts.netConfigs.MinTransactionVersion,
}
default:
log.Error("invalid tx data received", "data", string(tx.Data))
log.Error("invalid tx data received", "data", string(txData))
}

err := ts.txNonceHandler.ApplyNonceAndGasPrice(ctx, ts.wallet.GetAddressHandler(), tx)
Expand Down

0 comments on commit de44a1d

Please sign in to comment.