mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 15:47:45 +02:00
Merge pull request #5554 from Roasbeef/sendpayment-amp-reuse-fix
cmd/lncli: always parse the pay_addr field for sendpayment
This commit is contained in:
18
docs/release-notes/release-notes-0.13.2.md
Normal file
18
docs/release-notes/release-notes-0.13.2.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Release Notes
|
||||
|
||||
## AMP
|
||||
|
||||
A new command line option (`--amp-reuse`) has been added to make it easier for
|
||||
users to re-use AMP invoice on the command line using either the `payinvoice`
|
||||
or `sendpayment` command.
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
[A bug has been fixed in the command line argument parsing for the
|
||||
`sendpayment` command that previously prevented users from being able to re-use
|
||||
a fully
|
||||
specified AMP](https://github.com/lightningnetwork/lnd/pull/5554) invoice by
|
||||
generating a new `pay_addr` and including it as a CLI arg.
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
* Olaoluwa Osuntokun
|
Reference in New Issue
Block a user