decred / dcrlnd

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

Use server.Started() to signal server subservices started #34

Closed matheusd closed 5 years ago

matheusd commented 5 years ago

This makes it so the server.Started() function correctly reports the the server's sub-services have started and removes a now unnecessary wait in harness nodes.