Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Fix "View On Explorer" link from within the desktop electron wallet #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

57u
Copy link

@57u 57u commented Oct 31, 2022

Currently the link is "tx?tx_info=", it needs to be "tx.html?hash=", otherwise it is causing a 500 on the explorer.

Example: link generated from wallet currently: https://explorer.scalaproject.io/tx?tx_info=f5d67c8abf4998fa896e2c98c4c991d991986d003e51e1898a03bd80560623cf

Link generated with this fix: https://explorer.scalaproject.io/tx.html?hash=f5d67c8abf4998fa896e2c98c4c991d991986d003e51e1898a03bd80560623cf

57u added 2 commits October 31, 2022 16:12
Fix "view on explorer" URL link from within desktop wallet.
It's currently "tx?tx_info=" which causes a 500, needs to go to "tx.html?hash="
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant