mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
rpcmiddleware: return on error
This commit is contained in:
parent
fb875356c7
commit
e27572683b
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ func (f *Manager) Start() error {
|
|||
case <-f.quit:
|
||||
case <-ctxc.Done():
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
}(i, errChan)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue