File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import (
4343 "github.com/lightningnetwork/lnd/lnwallet/btcwallet"
4444 "github.com/lightningnetwork/lnd/lnwallet/rpcwallet"
4545 "github.com/lightningnetwork/lnd/macaroons"
46- "github.com/lightningnetwork/lnd/peer "
46+ "github.com/lightningnetwork/lnd/protofsm "
4747 "github.com/lightningnetwork/lnd/rpcperms"
4848 "github.com/lightningnetwork/lnd/signal"
4949 "github.com/lightningnetwork/lnd/sqldb"
@@ -149,7 +149,7 @@ type ImplementationCfg struct {
149149
150150 // MsgRouter is an optional message router that if set will be used in
151151 // place of a new balnk default message router.
152- MsgRouter fn.Option [peer .MsgRouter ]
152+ MsgRouter fn.Option [protofsm .MsgRouter ]
153153}
154154
155155// DefaultWalletImpl is the default implementation of our normal, btcwallet
You can’t perform that action at this time.
0 commit comments