FIX: user invoice
This commit is contained in:
parent
4ad56aaebe
commit
950900b136
@ -194,6 +194,7 @@ export class User {
|
|||||||
}
|
}
|
||||||
|
|
||||||
invoice.amt = decoded.satoshis;
|
invoice.amt = decoded.satoshis;
|
||||||
|
invoice.type = 'user_invoice';
|
||||||
result.push(invoice);
|
result.push(invoice);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user