mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 15:34:22 +01:00
lnwallet: actually connect the rpc client...
This commit is contained in:
@@ -320,6 +320,10 @@ func (l *LightningWallet) Startup() error {
|
||||
|
||||
// Start the goroutines in the underlying wallet.
|
||||
l.rpc = rpcc
|
||||
if err := l.rpc.Start(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
l.Start(rpcc)
|
||||
|
||||
l.wg.Add(1)
|
||||
|
||||
Reference in New Issue
Block a user