File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import (
1010 "github.com/lightninglabs/loop/instantout/reservation"
1111 "github.com/lightninglabs/loop/liquidity"
1212 "github.com/lightninglabs/loop/loopdb"
13- "github.com/lightninglabs/loop/staticaddr"
1413 "github.com/lightninglabs/loop/sweepbatcher"
1514 "github.com/lightningnetwork/lnd"
1615 "github.com/lightningnetwork/lnd/build"
@@ -57,7 +56,7 @@ func SetupLoggers(root *build.RotatingLogWriter, intercept signal.Interceptor) {
5756// genSubLogger creates a logger for a subsystem. We provide an instance of
5857// a signal.Interceptor to be able to shutdown in the case of a critical error.
5958func genSubLogger (root * build.RotatingLogWriter ,
60- interceptor signal.Interceptor ) func (string ) btclog.Logger {
59+ interceptor signal.Interceptor ) func (string ) btclog.Logger {
6160
6261 // Create a shutdown function which will request shutdown from our
6362 // interceptor if it is listening.
You can’t perform that action at this time.
0 commit comments