FIX: user invoice

This commit is contained in:
Overtorment 2018-12-25 15:23:18 +00:00
parent 4ad56aaebe
commit 950900b136

View File

@ -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);
} }