mirror of https://github.com/skygpu/skynet.git
Fix wrong explorer link generation
parent
b0e0d226d5
commit
b6215efedd
|
@ -72,7 +72,7 @@ def generate_reply_caption(
|
||||||
):
|
):
|
||||||
explorer_link = hlink(
|
explorer_link = hlink(
|
||||||
'SKYNET Transaction Explorer',
|
'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)
|
meta_info = prepare_metainfo_caption(tguser, worker, reward, params)
|
||||||
|
|
Loading…
Reference in New Issue