fix ton daemon

This commit is contained in:
user 2025-03-13 16:23:41 +03:00
parent b8a5cf4965
commit 446bd74464
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ async def main_fn(memory):
return await main_fn(memory) return await main_fn(memory)
highload_wallet = Wallets.ALL['hv3']( highload_wallet = Wallets.ALL['hv3'](
private_key=service_wallet.private_key, private_key=service_wallet.options['private_key'],
public_key=service_wallet.public_key, public_key=service_wallet.options['public_key'],
wc=0 wc=0
) )
make_log("TON", f"Highload wallet address: {highload_wallet.address.to_string(1, 1, 1)}", level="info") make_log("TON", f"Highload wallet address: {highload_wallet.address.to_string(1, 1, 1)}", level="info")