This commit is contained in:
Daniel Lugo 2020-12-11 11:37:45 -04:00
parent dac47a6b28
commit 35928aa54d

View file

@ -238,7 +238,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
const { r_hash } = invoice
// A post tip order lifecycle is short enough that we can do it like this.
const stream = LightningServices.invoices.subsribeSingleInvoice({
const stream = LightningServices.invoices.subscribeSingleInvoice({
r_hash
})