mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
trivial typo[skip ci]
This commit is contained in:
@@ -142,7 +142,7 @@ func (f FailResolutionResult) FailureString() string {
|
||||
return "invoice already canceled"
|
||||
|
||||
case ResultInvoiceAlreadySettled:
|
||||
return "invoice alread settled"
|
||||
return "invoice already settled"
|
||||
|
||||
case ResultAmountTooLow:
|
||||
return "amount too low"
|
||||
|
||||
@@ -366,7 +366,7 @@ func checkSettleResolution(t *testing.T, res HtlcResolution,
|
||||
}
|
||||
|
||||
// checkFailResolution asserts the resolution is a fail with the correct reason.
|
||||
// If successful, the HtlcFailResolutionis returned in case further checks are
|
||||
// If successful, the HtlcFailResolution is returned in case further checks are
|
||||
// desired.
|
||||
func checkFailResolution(t *testing.T, res HtlcResolution,
|
||||
expOutcome FailResolutionResult) *HtlcFailResolution {
|
||||
|
||||
Reference in New Issue
Block a user