diff --git a/peer.go b/peer.go index 2587a2f6..0b6173d4 100644 --- a/peer.go +++ b/peer.go @@ -815,8 +815,9 @@ func messageSummary(msg lnwire.Message) string { msg.ChannelReserve, msg.ChannelFlags) case *lnwire.AcceptChannel: - return fmt.Sprintf("temp_chan_id=%x, reserve=%v, csv=%v", - msg.PendingChannelID[:], msg.ChannelReserve, msg.CsvDelay) + return fmt.Sprintf("temp_chan_id=%x, reserve=%v, csv=%v, num_confs=%v", + msg.PendingChannelID[:], msg.ChannelReserve, msg.CsvDelay, + msg.MinAcceptDepth) case *lnwire.FundingCreated: return fmt.Sprintf("temp_chan_id=%x, chan_point=%v",