decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

dcrwallet: Fix syncer not reconnecting #75

Closed matheusd closed 4 years ago

matheusd commented 4 years ago

This fixes an issue where the wallet would lose connection to the underlying dcrd node and never restart it.

This bug was introduced when upgrading to the wallet v3 package.

The RPCSyncer now correctly attempts to maintain the wallet synchronized until it is signalled to shutdown.