Merge pull request #8609 from ziggie1984/master

lnd: fix sweepall argument call.
This commit is contained in:
Oliver Gugger
2024-04-02 11:04:37 +00:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@ -109,6 +109,9 @@
* [Removed](https://github.com/lightningnetwork/lnd/pull/8577) some unreachable code
[Fixed](https://github.com/lightningnetwork/lnd/pull/8609) fixed a function
call where arguments were swapped.
# New Features
## Functional Enhancements