mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 13:43:00 +02:00
channeldb: fix typo in PaymentControl.Fail
This commit is contained in:
@@ -503,7 +503,7 @@ func (p *PaymentControl) Fail(paymentHash lntypes.Hash,
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// We mark the payent as failed as long as it is known. This
|
// We mark the payment as failed as long as it is known. This
|
||||||
// lets the last attempt to fail with a terminal write its
|
// lets the last attempt to fail with a terminal write its
|
||||||
// failure to the PaymentControl without synchronizing with
|
// failure to the PaymentControl without synchronizing with
|
||||||
// other attempts.
|
// other attempts.
|
||||||
|
Reference in New Issue
Block a user