From 3747329b1e44adeff5940882ae202121843809cd Mon Sep 17 00:00:00 2001 From: user Date: Mon, 25 Aug 2025 13:50:05 +0300 Subject: [PATCH] fix misprint --- app/core/_blockchain/ton/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/_blockchain/ton/platform.py b/app/core/_blockchain/ton/platform.py index e03c59f..d9c38dc 100644 --- a/app/core/_blockchain/ton/platform.py +++ b/app/core/_blockchain/ton/platform.py @@ -40,6 +40,6 @@ if int(os.getenv('INIT_DEPLOY_PLATFORM_CONTRACT', 0)) == 1: return True salt_value = 0 - while not is_nice_address(platform.admin_address): + while not is_nice_address(platform.address): platform = platform_with_salt(salt_value) salt_value += 1