diff --git a/app/api/routes/_blockchain.py b/app/api/routes/_blockchain.py index af41ede..c1f3d47 100644 --- a/app/api/routes/_blockchain.py +++ b/app/api/routes/_blockchain.py @@ -144,7 +144,7 @@ async def s_api_v1_blockchain_send_new_content_message(request): reply_markup=get_inline_keyboard([ [{ 'text': request.ctx.user.translated('gotoWallet_button'), - 'url': next(x['universal_url'] for x in TON_CONNECT_WALLETS_LIST if x['app_name'] == ton_connection.wallet_key) + 'url': next(x['universal_url'] for x in TON_CONNECT_WALLETS_LIST if x['app_name'] == ton_connection.wallet_key.split('==')[0]) }], [{ 'text': request.ctx.user.translated('home_button'),