Skip to content

Commit

Permalink
Fixed findLastTransactionByHash out messages list scan
Browse files Browse the repository at this point in the history
  • Loading branch information
xssnick committed Jul 20, 2024
1 parent 6bf06e4 commit 5bacf22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ton/transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ func (c *APIClient) findLastTransactionByHash(ctx context.Context, addr *address
return transaction, nil
}
}

continue
} else {
if transaction.IO.In == nil {
continue
Expand Down

0 comments on commit 5bacf22

Please sign in to comment.