mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
multi: formatting and comment fixes
This commit is contained in:
@ -118,7 +118,6 @@ func (p *probabilityEstimator) getNodeProbability(now time.Time,
|
||||
|
||||
for _, result := range results {
|
||||
switch {
|
||||
|
||||
// Weigh success with a constant high weight of 1. There is no
|
||||
// decay. Amt is never zero, so this clause is never executed
|
||||
// when result.SuccessAmt is zero.
|
||||
|
Reference in New Issue
Block a user