Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swift1337 committed Sep 12, 2024
1 parent 2114dcf commit 602e4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/runner/ton/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (d *Deployer) waitForNextSeqno(ctx context.Context, oldSeqno uint32, timeou

for ; time.Since(t) < timeout; time.Sleep(timeout / 10) {
newSeqno, err := d.Seqno(ctx)
if err == nil {
if err != nil {
return errors.Wrap(err, "failed to get seqno")
}

Expand Down

0 comments on commit 602e4d8

Please sign in to comment.