Skip to content

Commit e2257cf

Browse files
committed
fixup! peer+protofsm: move MsgRouter to new protofsm package
1 parent 79e6ff8 commit e2257cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config_builder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)