Linter fixes
This commit is contained in:
parent
cb722e1608
commit
3317e620dd
@ -312,7 +312,7 @@ export class User {
|
|||||||
delete invoice.payment_route;
|
delete invoice.payment_route;
|
||||||
delete invoice.pay_req;
|
delete invoice.pay_req;
|
||||||
delete invoice.decoded;
|
delete invoice.decoded;
|
||||||
result.push(invoice);
|
result.push(invoice);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
@ -279,7 +279,7 @@ router.get('/gettxs', async function(req, res) {
|
|||||||
|
|
||||||
if (!(await u.getAddress())) await u.generateAddress(); // onchain addr needed further
|
if (!(await u.getAddress())) await u.generateAddress(); // onchain addr needed further
|
||||||
try {
|
try {
|
||||||
await u.accountForPosibleTxids();
|
await u.accountForPosibleTxids();
|
||||||
let txs = await u.getTxs();
|
let txs = await u.getTxs();
|
||||||
res.send(txs);
|
res.send(txs);
|
||||||
} catch (Err) {
|
} catch (Err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user