mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
watchtower: Add retry logic for fetching blocks
By default, try to fetch the blocks 3 more times in case of error.
This commit is contained in:
@@ -71,6 +71,10 @@
|
||||
|
||||
## Code Health
|
||||
|
||||
* [Add retry logic](https://github.com/lightningnetwork/lnd/pull/8381) for
|
||||
watchtower block fetching with a max number of attempts and exponential
|
||||
back-off.
|
||||
|
||||
* [Moved](https://github.com/lightningnetwork/lnd/pull/9138) profile related
|
||||
config settings to its own dedicated group. The old ones still work but will
|
||||
be removed in a future release.
|
||||
@@ -124,9 +128,10 @@
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
|
||||
* Animesh Bilthare
|
||||
* Boris Nagaev
|
||||
* CharlieZKSmith
|
||||
* Elle Mouton
|
||||
* Pins
|
||||
* Viktor Tigerström
|
||||
* Ziggie
|
||||
* Ziggie
|
Reference in New Issue
Block a user