funding+peer: rename Manager interface to Controller

This commit is contained in:
eugene
2020-11-16 20:26:08 -05:00
parent caa0f5da6a
commit 9c72dd9eba
2 changed files with 8 additions and 7 deletions

View File

@@ -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.