dev@locazia: fix misprint

This commit is contained in:
user 2024-03-02 01:42:37 +03:00
parent 7791244808
commit 4e8e5f6955
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def load_hot_pair():
_extra_ton_wallet_options = {} _extra_ton_wallet_options = {}
if getenv('TON_CUSTOM_WALLET_ADDRESS'): if getenv('TON_CUSTOM_WALLET_ADDRESS'):
_extra_ton_wallet_options['wallet_address'] = Address(getenv('TON_CUSTOM_WALLET_ADDRESS')) _extra_ton_wallet_options['address'] = Address(getenv('TON_CUSTOM_WALLET_ADDRESS'))
hot_pubkey, hot_privkey = load_hot_pair() hot_pubkey, hot_privkey = load_hot_pair()
service_wallet = WalletV3CR3( service_wallet = WalletV3CR3(