Skip to content

Commit

Permalink
fixup! loopd: add reservation handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sputn1ck committed Nov 22, 2023
1 parent 6b26cf4 commit ac1c398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loopd/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ func (d *Daemon) initialize(withMacaroonService bool) error {
if err != nil && !errors.Is(err, context.Canceled) {
d.internalErrChan <- err
}

}()

// Last, start our internal error handler. This will return exactly one
Expand Down

0 comments on commit ac1c398

Please sign in to comment.