Slave/btc integration #4

Merged
nobswebdev merged 47 commits from slave/btc-integration into master 2026-09-07 11:11:10 +00:00
Showing only changes of commit 932cbf64c1 - Show all commits
@@ -110,6 +110,6 @@ describe('deriveInvoiceState', () => {
moneroDetails: undefined,
payments: [{ amountAtomic: '1000', confirmations: 10 }]
})
).toThrow('Invoice is missing Monero required confirmations');
).toThrow('Invoice is missing xmr required confirmations');
});
});