mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-21 14:10:35 +02:00
funding+peer: rename Manager interface to Controller
This commit is contained in:
@@ -273,8 +273,8 @@ type Config struct {
|
||||
FetchLastChanUpdate func(lnwire.ShortChannelID) (*lnwire.ChannelUpdate,
|
||||
error)
|
||||
|
||||
// FundingManager is an implementation of the funding.Manager interface.
|
||||
FundingManager funding.Manager
|
||||
// FundingManager is an implementation of the funding.Controller interface.
|
||||
FundingManager funding.Controller
|
||||
|
||||
// Hodl is used when creating ChannelLinks to specify HodlFlags as
|
||||
// breakpoints in dev builds.
|
||||
|
Reference in New Issue
Block a user