parent
f475e7edbd
commit
5b9f5f5990
|
@ -5,7 +5,7 @@ import QtQuick 2.13
|
|||
QtObject {
|
||||
id: root
|
||||
|
||||
property var dappBrowserAccount: walletSectionAccounts.current
|
||||
property var dappBrowserAccount: walletSectionCurrent
|
||||
property var accounts: walletSectionAccounts.model
|
||||
property string defaultCurrency: walletSection.currentCurrency
|
||||
property string signingPhrase: walletSection.signingPhrase
|
||||
|
|
|
@ -98,7 +98,7 @@ QtObject {
|
|||
toastMessage.source = Style.svg("loading")
|
||||
toastMessage.iconColor = Style.current.primary
|
||||
toastMessage.iconRotates = true
|
||||
toastMessage.link = `${_WalletStore.etherscanLink}/${responseObj.result.result}`
|
||||
toastMessage.link = `${WalletStore.etherscanLink}/${responseObj.result.result}`
|
||||
toastMessage.open()
|
||||
} catch (e) {
|
||||
if (Utils.isInvalidPasswordMessage(e.message)){
|
||||
|
|
Loading…
Reference in New Issue