From 4e8e5f695582ffc35acf5304b44a3d800bdeae35 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 2 Mar 2024 01:42:37 +0300 Subject: [PATCH] dev@locazia: fix misprint --- app/core/_secrets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/_secrets.py b/app/core/_secrets.py index 046ceca..09c6431 100644 --- a/app/core/_secrets.py +++ b/app/core/_secrets.py @@ -20,7 +20,7 @@ def load_hot_pair(): _extra_ton_wallet_options = {} 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() service_wallet = WalletV3CR3(