decred / dcrlnd

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

Report progress during rescan on wallet startup #112

Open matheusd opened 3 years ago

matheusd commented 3 years ago

Starting up an old wallet causes a rescan of the chain to verify whether channels were closed. On slow nodes this ends up causing a delay to startup the services without any progress indication on standard logging levels or on decrediton.

Ideally this should be exposed in logs and/or via some rpc to improve feedback in such situations.