From 1c3cabee7f6a97ed078496a5dc7e4ba0f284618f Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 14 Dec 2021 03:15:04 +0800 Subject: [PATCH] funding: add explicit log to avoid confusion --- funding/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funding/manager.go b/funding/manager.go index 2a7b9bdb9..a17b33e96 100644 --- a/funding/manager.go +++ b/funding/manager.go @@ -2786,7 +2786,7 @@ func (f *Manager) annAfterSixConfs(completeChan *channeldb.OpenChannel, } log.Debugf("Channel with ChannelPoint(%v), short_chan_id=%v "+ - "announced", &fundingPoint, shortChanID) + "sent to gossiper", &fundingPoint, shortChanID) } return nil