Files
pallectrum/electrum
SomberNight 7962e17df6 invoices: deal with expiration of "0" mess
Internally, we've been using an expiration of 0 to mean "never expires".
For LN invoices, BOLT-11 does not specify what an expiration of 0 means.
Other clients seem to treat it as "0 seconds" (i.e. already expired).
This means there is no way to create a BOLT-11 invoice that "never" expires.

For LN invoices,
- we now treat an expiration of 0, , as "0 seconds",
- when creating an invoice, if the user selected never, we will put 100 years as expiration
2020-03-04 14:24:07 +01:00
..
2020-02-10 17:45:23 +01:00
2020-02-27 20:22:49 +01:00
2020-02-29 00:20:11 +01:00
2020-03-02 11:19:04 +01:00
2020-02-28 20:27:35 +01:00
2020-03-04 08:35:56 +01:00
2020-02-20 21:02:01 +01:00
2019-11-26 00:15:33 +01:00
2020-02-29 00:20:11 +01:00
2019-12-26 23:47:32 +07:00
2020-02-10 17:45:23 +01:00
2020-03-01 22:08:18 +01:00