mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
chore: fix some comments
Signed-off-by: jinjingroad <jinjingroad@sina.com>
This commit is contained in:
parent
d47158d58e
commit
12bc3b2e9e
4 changed files with 4 additions and 4 deletions
|
|
@ -513,7 +513,7 @@ func (r *lowToHighRoutingPlugin) BeforePayment(ctx context.Context,
|
|||
// Calculate the limit until we'll disable edges. The way we calculate
|
||||
// this limit is that we take the minimum and maximum fee peers which
|
||||
// define our fee range. Within this fee range we'll scale linearly
|
||||
// where each step euqals to the range divided by maxAttempts.
|
||||
// where each step equals to the range divided by maxAttempts.
|
||||
minFee := r.nodesByMaxFee[0].fee
|
||||
maxFee := r.nodesByMaxFee[len(r.nodesByMaxFee)-1].fee
|
||||
limit := minFee +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue