mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
* Enable generation of a payment request without amount The amount field in a `PaymentRequest` was already optional but eclair did not permit the generation of such a request. Added a new `receive` service with no required amount field. In the GUI, the parsing of the amount field and its conversion to `MilliSatoshi` are reworked to better handle decimals. * (gui) Amount's can be overriden when sending a payment request The amount of a payment request can be changed and it is up to the receiving node to accept or deny the payment according to its implementation. This also enables the user to pay through the GUI a payment request where the amount has not been set, such as a donation. The amount is still required! The description field has also been added in the GUI. It is empty if the description has not been set. * (gui) Properly parse amounts from open channel form * (gui) added optional `lightning:` scheme to payment request |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |