mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-26 21:51:27 +02:00
multi: Fix typos [skip ci]
This commit is contained in:
@@ -190,7 +190,7 @@ func (i *interpretedResult) processPaymentOutcomeFinal(
|
||||
// from its predecessor.
|
||||
i.failPair(route, n-1)
|
||||
|
||||
// The other hops relayed corectly, so assign those pairs a
|
||||
// The other hops relayed correctly, so assign those pairs a
|
||||
// success result. At this point, n >= 2.
|
||||
i.successPairRange(route, 0, n-2)
|
||||
|
||||
|
Reference in New Issue
Block a user