diff --git a/class/User.js b/class/User.js index cc92305..cf8a69e 100644 --- a/class/User.js +++ b/class/User.js @@ -267,7 +267,7 @@ export class User { } invoice.amt = decoded.satoshis; - invoice.expire_time = 3600; + invoice.expire_time = 3600 * 24; // ^^^default; will keep for now. if we want to un-hardcode it - it should be among tags (`expire_time`) invoice.timestamp = decoded.timestamp; invoice.type = 'user_invoice';