Fix address link
This commit is contained in:
parent
3a1a1e4e2b
commit
20165d2807
@ -2660,25 +2660,25 @@ class MultiWallet extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
openAddLtcAddressDialog() {
|
openAddLtcAddressDialog() {
|
||||||
this.qortBookAddress = this.selectedTransaction.ltcReceiver
|
this.ltcBookAddress = this.selectedTransaction.ltcReceiver
|
||||||
this.openAddToLtcAddressbook()
|
this.openAddToLtcAddressbook()
|
||||||
this.shadowRoot.querySelector('#showLtcTransactionDetailsDialog').close()
|
this.shadowRoot.querySelector('#showLtcTransactionDetailsDialog').close()
|
||||||
}
|
}
|
||||||
|
|
||||||
openAddDogeAddressDialog() {
|
openAddDogeAddressDialog() {
|
||||||
this.qortBookAddress = this.selectedTransaction.dogeReceiver
|
this.dogeBookAddress = this.selectedTransaction.dogeReceiver
|
||||||
this.openAddToDogeAddressbook()
|
this.openAddToDogeAddressbook()
|
||||||
this.shadowRoot.querySelector('#showDogeTransactionDetailsDialog').close()
|
this.shadowRoot.querySelector('#showDogeTransactionDetailsDialog').close()
|
||||||
}
|
}
|
||||||
|
|
||||||
openAddDgbAddressDialog() {
|
openAddDgbAddressDialog() {
|
||||||
this.qortBookAddress = this.selectedTransaction.dgbReceiver
|
this.dgbBookAddress = this.selectedTransaction.dgbReceiver
|
||||||
this.openAddToDgbAddressbook()
|
this.openAddToDgbAddressbook()
|
||||||
this.shadowRoot.querySelector('#showDgbTransactionDetailsDialog').close()
|
this.shadowRoot.querySelector('#showDgbTransactionDetailsDialog').close()
|
||||||
}
|
}
|
||||||
|
|
||||||
openAddRvnAddressDialog() {
|
openAddRvnAddressDialog() {
|
||||||
this.qortBookAddress = this.selectedTransaction.rvnReceiver
|
this.rvnBookAddress = this.selectedTransaction.rvnReceiver
|
||||||
this.openAddToRvnAddressbook()
|
this.openAddToRvnAddressbook()
|
||||||
this.shadowRoot.querySelector('#showRvnTransactionDetailsDialog').close()
|
this.shadowRoot.querySelector('#showRvnTransactionDetailsDialog').close()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user