mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix: etherscan link
This commit is contained in:
parent
02867d8627
commit
e37cba7edd
@ -207,7 +207,7 @@ Rectangle {
|
|||||||
toastMessage.source = "../../img/loading.svg"
|
toastMessage.source = "../../img/loading.svg"
|
||||||
toastMessage.iconColor = Style.current.primary
|
toastMessage.iconColor = Style.current.primary
|
||||||
toastMessage.iconRotates = true
|
toastMessage.iconRotates = true
|
||||||
toastMessage.link = `${_walletModel.etherscanLink}/${responseObj.result}`
|
toastMessage.link = `${_walletModel.etherscanLink}/${responseObj.result.result}`
|
||||||
toastMessage.open()
|
toastMessage.open()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e.message.includes("could not decrypt key with given password")){
|
if (e.message.includes("could not decrypt key with given password")){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user