fix ton daemon
This commit is contained in:
parent
b8a5cf4965
commit
446bd74464
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue