From 07ad26284a749fbeef2e9d90404ed942fc64714c Mon Sep 17 00:00:00 2001 From: Georgiy Komarov Date: Fri, 16 Aug 2024 09:54:47 +0000 Subject: [PATCH] fix(tests): Formatter test --- src/test/contracts/native-functions.tact | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/contracts/native-functions.tact b/src/test/contracts/native-functions.tact index e9c0812d5..6d91dc7c6 100644 --- a/src/test/contracts/native-functions.tact +++ b/src/test/contracts/native-functions.tact @@ -1,4 +1,5 @@ @name(hello_world) native helloWorld(): Int; + @name(__tact_compute_contract_address) native contractAddressExt(chain: Int, code: Cell, data: Cell): Address;