Skip to content

Commit

Permalink
fix: typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed Jun 3, 2024
1 parent da55119 commit 2d77f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/broadcaster/broadcaster.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (r *Runner) waitForTransactionMined(ctx context.Context, transaction *types

r.updateAirdropStatus(ctx, airdrop.ID, transaction.Hash().String(), data.TxStatusCompleted, nil)

log.Debugf("was mined sucessfully")
log.Debugf("was mined successfully")
}()
}

Expand Down

0 comments on commit 2d77f85

Please sign in to comment.