mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 22:22:36 +02:00
multi: formatting and comment fixes
This commit is contained in:
@ -190,7 +190,6 @@ func (r *Manager) updateEdge(tx kvdb.RTx, chanPoint wire.OutPoint,
|
||||
|
||||
// We now update the edge max htlc value.
|
||||
switch {
|
||||
|
||||
// If a non-zero max htlc was specified, use it to update the edge.
|
||||
// Otherwise keep the value unchanged.
|
||||
case newSchema.MaxHTLC != 0:
|
||||
|
Reference in New Issue
Block a user