diff --git a/class/Paym.js b/class/Paym.js index e7cbde5e..2a2bf35a 100644 --- a/class/Paym.js +++ b/class/Paym.js @@ -12,10 +12,6 @@ export class Paym { this._isPaid = null; } - // static get fee() { - // return 0.003; - // } - setInvoice(bolt11) { this._bolt11 = bolt11; }