Merge pull request #5315 from orbitalturtle/block_height_discrepancy

Router: fix block height discrepancy
This commit is contained in:
Olaoluwa Osuntokun
2021-09-14 17:57:20 -07:00
committed by GitHub
5 changed files with 300 additions and 73 deletions

View File

@@ -285,6 +285,8 @@ mode](https://github.com/lightningnetwork/lnd/pull/5564).
[A bug has been fixed when registering for spend notifications in the `txnotifier`. A re-org notification would previously not be dispatched in certain scenarios.](https://github.com/lightningnetwork/lnd/pull/5465)
[Catches up on blocks in the router](https://github.com/lightningnetwork/lnd/pull/5315) in order to fix an "out of order" error that crops up.
## Documentation
The [code contribution guidelines have been updated to mention the new
@@ -292,6 +294,7 @@ requirements surrounding updating the release notes for each new
change](https://github.com/lightningnetwork/lnd/pull/5613).
# Contributors (Alphabetical Order)
* Alyssa Hertig
* Andras Banki-Horvath
* de6df1re
* ErikEk