fix derive invoice state spec

This commit is contained in:
2026-09-03 11:39:33 +02:00
parent 947dd23dd5
commit 932cbf64c1
@@ -110,6 +110,6 @@ describe('deriveInvoiceState', () => {
moneroDetails: undefined, moneroDetails: undefined,
payments: [{ amountAtomic: '1000', confirmations: 10 }] payments: [{ amountAtomic: '1000', confirmations: 10 }]
}) })
).toThrow('Invoice is missing Monero required confirmations'); ).toThrow('Invoice is missing xmr required confirmations');
}); });
}); });