Further stability improvement for zaps sent over NWC

This commit is contained in:
minibits-cash
2024-11-21 13:53:41 +01:00
parent 43eca1eebb
commit 30b885292b
+1 -1
View File
@@ -352,7 +352,7 @@ export const transferTask = async function (
transactionId: transaction.id
})
const message = `Lightning invoice has been successfully paid, however some error occured: ${e.message}`
message = `Lightning invoice has been successfully paid, however some error occured: ${e.message}`
return {
taskFunction: TRANSFER,