Merge pull request #7722 from yyforyongyu/fix-payment-stream

routing+lnrpc: subscribe payment stream before sending it
This commit is contained in:
Oliver Gugger 2023-05-24 16:51:16 +02:00 committed by GitHub
commit bbbf7d33fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 83 additions and 45 deletions

View file

@ -83,6 +83,11 @@ unlock or create.
* Added ability to use [ENV variables to override `lncli` global flags](https://github.com/lightningnetwork/lnd/pull/7693). Flags will have preference over ENVs.
## Bug Fix
* Make sure payment stream returns all the events by [subscribing it before
sending](https://github.com/lightningnetwork/lnd/pull/7722).
# Contributors (Alphabetical Order)
* Carla Kirk-Cohen