From 137b6f92a0cc862e01be40bd5d7fc06d873dc903 Mon Sep 17 00:00:00 2001 From: Nikolai Dorofeev - d0rich Date: Sun, 1 Dec 2024 12:55:46 +0400 Subject: [PATCH] Return TonClient to master state --- src/client/TonClient.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/TonClient.ts b/src/client/TonClient.ts index 8607199..de749ff 100644 --- a/src/client/TonClient.ts +++ b/src/client/TonClient.ts @@ -29,7 +29,6 @@ import { OpenedContract } from '@ton/core'; import { Maybe } from "../utils/maybe"; -import { parseStack } from "../parser"; export type TonClientParameters = { /** @@ -524,4 +523,4 @@ function createProvider(client: TonClient, address: Address, init: StateInit | n return client.getTransactions(address, { limit: limit ?? 100, lt: lt.toString(), hash: hash.toString('base64'), inclusive: true }); } } -} +} \ No newline at end of file