diff --git a/ui/models/channels.go b/ui/models/channels.go index b26ad5c..24c83ab 100644 --- a/ui/models/channels.go +++ b/ui/models/channels.go @@ -105,6 +105,7 @@ func (c *Channels) Update(newChannel *models.Channel) { oldChannel.Private = newChannel.Private oldChannel.PendingHTLC = newChannel.PendingHTLC oldChannel.Age = newChannel.Age + oldChannel.BlocksTilMaturity = newChannel.BlocksTilMaturity if newChannel.LastUpdate != nil { oldChannel.LastUpdate = newChannel.LastUpdate