decred / dcrlnd

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

lnwallet: Add InitialSyncChannel to WalletController #32

Closed matheusd closed 5 years ago

matheusd commented 5 years ago

This adds the InitialSyncChannel function to the WalletController interface, so that wallet drivers can signal that all initial sync procedures have completed.

This is used as a replacement for the busy wait on IsSynced(), which is less than ideal from a performance point of view and also allows faster node startup during integration tests.