diff --git a/app/core/background/ton_service.py b/app/core/background/ton_service.py index 7c62444..e0d5049 100644 --- a/app/core/background/ton_service.py +++ b/app/core/background/ton_service.py @@ -82,8 +82,8 @@ async def main_fn(memory): return await main_fn(memory) highload_wallet = Wallets.ALL['hv3']( - private_key=service_wallet.private_key, - public_key=service_wallet.public_key, + private_key=service_wallet.options['private_key'], + public_key=service_wallet.options['public_key'], wc=0 ) make_log("TON", f"Highload wallet address: {highload_wallet.address.to_string(1, 1, 1)}", level="info")