fixed wallet websocket

Sorry to put here!
This commit is contained in:
Arc 2024-11-18 22:20:22 +00:00
parent 089872010f
commit 7ddd19e129

View File

@ -700,7 +700,7 @@ window.app = Vue.createApp({
LNbits.events.onInvoicePaid(this.g.wallet, payment => {
this.onPaymentReceived(payment.payment_hash)
})
eventReactionWebocket(wallet.id)
eventReactionWebocket(wallet.inkey)
}
})