mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
fixed wallet websocket
Sorry to put here!
This commit is contained in:
parent
089872010f
commit
7ddd19e129
@ -700,7 +700,7 @@ window.app = Vue.createApp({
|
|||||||
LNbits.events.onInvoicePaid(this.g.wallet, payment => {
|
LNbits.events.onInvoicePaid(this.g.wallet, payment => {
|
||||||
this.onPaymentReceived(payment.payment_hash)
|
this.onPaymentReceived(payment.payment_hash)
|
||||||
})
|
})
|
||||||
eventReactionWebocket(wallet.id)
|
eventReactionWebocket(wallet.inkey)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user