fix: etherscan link

This commit is contained in:
Richard Ramos 2020-12-09 16:52:02 -04:00 committed by Iuri Matias
parent 02867d8627
commit e37cba7edd
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ Rectangle {
toastMessage.source = "../../img/loading.svg"
toastMessage.iconColor = Style.current.primary
toastMessage.iconRotates = true
toastMessage.link = `${_walletModel.etherscanLink}/${responseObj.result}`
toastMessage.link = `${_walletModel.etherscanLink}/${responseObj.result.result}`
toastMessage.open()
} catch (e) {
if (e.message.includes("could not decrypt key with given password")){