@@ -40,6 +40,7 @@ import (
4040 "github.com/lightningnetwork/lnd/chainreg"
4141 "github.com/lightningnetwork/lnd/fn"
4242 "github.com/lightningnetwork/lnd/funding"
43+ "github.com/lightningnetwork/lnd/htlcswitch"
4344 "github.com/lightningnetwork/lnd/kvdb"
4445 "github.com/lightningnetwork/lnd/lncfg"
4546 "github.com/lightningnetwork/lnd/lnrpc"
@@ -57,7 +58,6 @@ import (
5758 "github.com/lightningnetwork/lnd/lnwallet/chancloser"
5859 "github.com/lightningnetwork/lnd/macaroons"
5960 "github.com/lightningnetwork/lnd/msgmux"
60- "github.com/lightningnetwork/lnd/routing"
6161 "github.com/lightningnetwork/lnd/rpcperms"
6262 "github.com/lightningnetwork/lnd/signal"
6363 "github.com/lightningnetwork/lnd/sweep"
@@ -1370,7 +1370,7 @@ func (g *LightningTerminal) buildAuxComponents() (*lnd.AuxComponents, error) {
13701370 tapd ,
13711371 ),
13721372 AuxSigner : fn.Some [lnwallet.AuxSigner ](tapd ),
1373- TrafficShaper : fn.Some [routing. TlvTrafficShaper ](tapd ),
1373+ TrafficShaper : fn.Some [htlcswitch. AuxTrafficShaper ](tapd ),
13741374 AuxDataParser : fn.Some [lnd.AuxDataParser ](tapd ),
13751375 AuxChanCloser : fn.Some [chancloser.AuxChanCloser ](tapd ),
13761376 AuxSweeper : fn.Some [sweep.AuxSweeper ](tapd ),
0 commit comments