fix: cleanup paymentEvents, simplify websockets (#3570)
This commit is contained in:
@@ -661,10 +661,6 @@ window.PageWallet = {
|
||||
},
|
||||
'g.updatePayments'() {
|
||||
this.parse.show = false
|
||||
if (this.receive.paymentHash === this.g.updatePaymentsHash) {
|
||||
this.receive.show = false
|
||||
this.receive.paymentHash = null
|
||||
}
|
||||
if (
|
||||
this.g.wallet.currency &&
|
||||
this.$q.localStorage.getItem(
|
||||
|
||||
Reference in New Issue
Block a user