Files
pallectrum/electrum/gui
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
..
2019-08-20 09:03:11 +02:00
2018-09-25 18:15:28 +02:00
2019-11-04 22:24:36 +01:00
2020-02-08 12:35:07 +01:00