mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 10:09:08 +02:00
multi: add debug logs for edge policy flow
This commit adds more logs around the ChannelUpdate->edge policy process flow.
This commit is contained in:
@ -1400,6 +1400,9 @@ func (b *Builder) processUpdate(msg interface{},
|
||||
msg.ChannelID)
|
||||
}
|
||||
|
||||
log.Debugf("Found edge1Timestamp=%v, edge2Timestamp=%v",
|
||||
edge1Timestamp, edge2Timestamp)
|
||||
|
||||
// As edges are directional edge node has a unique policy for
|
||||
// the direction of the edge they control. Therefore, we first
|
||||
// check if we already have the most up-to-date information for
|
||||
|
Reference in New Issue
Block a user