fix typo
This commit is contained in:
parent
dac47a6b28
commit
35928aa54d
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ const listenerForAddr = (addr, SEA) => async (order, orderID) => {
|
||||||
const { r_hash } = invoice
|
const { r_hash } = invoice
|
||||||
|
|
||||||
// A post tip order lifecycle is short enough that we can do it like this.
|
// 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
|
r_hash
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue