diff --git a/src/stores/nwc.ts b/src/stores/nwc.ts index 137a3178..a76bbff7 100644 --- a/src/stores/nwc.ts +++ b/src/stores/nwc.ts @@ -127,7 +127,7 @@ export const useNWCStore = defineStore("nwc", { } try { const meltData = await walletStore.melt() - const paidAmount = walletStore.payInvoiceData.meltQuote.response.amount + proofsStore.sumProofs(meltData.change); + const paidAmount = walletStore.payInvoiceData.meltQuote.response.amount + walletStore.payInvoiceData.meltQuote.response.fee_reserve - proofsStore.sumProofs(meltData.change); this.connections[0].allowanceLeft -= paidAmount; return { result_type: nwcCommand.method,