Skip to content

Commit

Permalink
Update bot.go 01
Browse files Browse the repository at this point in the history
  • Loading branch information
amvp0tn3s authored Dec 5, 2024
1 parent d526f71 commit 78c7304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycelo/loadbot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func runTransaction(ctx context.Context, client *ethclient.Client, chainID *big.
transactor.GasLimit = GasForTransferWithComment
}

tx, err := stableToken.TxObj(transactor, "transferWithComment", txCfg.Recipient, txCfg.Value, "need to proivde some long comment to make it similar to an encrypted comment").Send()
tx, err := stableToken.TxObj(transactor, "transferWithComment", txCfg.Recipient, txCfg.Value, "need to provide some long comment to make it similar to an encrypted comment").Send()
if err != nil {
if err != context.Canceled {
fmt.Printf("Error sending transaction: %v\n", err)
Expand Down

0 comments on commit 78c7304

Please sign in to comment.