dev@locazia: fix misprint
This commit is contained in:
parent
7791244808
commit
4e8e5f6955
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue