From 72f37fe63fd441aaa0191326331117d4f604a918 Mon Sep 17 00:00:00 2001 From: defi2026-dev Date: Sat, 28 Sep 2024 11:06:43 +0800 Subject: [PATCH] Update ton/transactions.go --- ton/transactions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ton/transactions.go b/ton/transactions.go index 9fc58f0..3536ab0 100644 --- a/ton/transactions.go +++ b/ton/transactions.go @@ -226,7 +226,7 @@ func (c *APIClient) SubscribeOnTransactions(workerCtx context.Context, addr *add } if lastLT == 0 { - // exhausted all transactins + // exhausted all transactions break }