delete commented fields

This commit is contained in:
lndhub-admin 2021-07-09 19:12:09 +02:00 committed by Overtorment
parent 957d6c5951
commit 067f6d6667

View File

@ -12,10 +12,6 @@ export class Paym {
this._isPaid = null; this._isPaid = null;
} }
// static get fee() {
// return 0.003;
// }
setInvoice(bolt11) { setInvoice(bolt11) {
this._bolt11 = bolt11; this._bolt11 = bolt11;
} }