Fix wrong explorer link generation

telegram_threading
Guillermo Rodriguez 2023-10-13 22:51:28 -03:00
parent b0e0d226d5
commit b6215efedd
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def generate_reply_caption(
):
explorer_link = hlink(
'SKYNET Transaction Explorer',
f'https://explorer.{explorer_domain}/v2/explore/transaction/{tx_hash}'
f'https://{explorer_domain}/v2/explore/transaction/{tx_hash}'
)
meta_info = prepare_metainfo_caption(tguser, worker, reward, params)