From e77d24681442f13676e0db4025d2b9d8df648a60 Mon Sep 17 00:00:00 2001 From: Fabco Date: Tue, 9 Jul 2024 10:25:37 +0200 Subject: [PATCH] fixed lint issues, removed unused variables --- tests/TenThousandsTransfers.spec.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/TenThousandsTransfers.spec.ts b/tests/TenThousandsTransfers.spec.ts index 1d27cd5..8cb437e 100644 --- a/tests/TenThousandsTransfers.spec.ts +++ b/tests/TenThousandsTransfers.spec.ts @@ -1,11 +1,8 @@ -import { Blockchain, SandboxContract, TreasuryContract, printTransactionFees } from '@ton/sandbox'; -import { Cell, toNano } from '@ton/core'; +import { Blockchain, SandboxContract, TreasuryContract } from '@ton/sandbox'; import '@ton/test-utils'; -import { compile } from '@ton/blueprint'; describe('[Ten thousands transfers]', () => { let blockchain: Blockchain; - let deployer: SandboxContract; let user1: null | SandboxContract = null; let user2: null | SandboxContract = null; const transfers: {