mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 20:26:34 +02:00
multi: rename to FailureReasonPaymentDetails
Prior name is too long XD
This commit is contained in:
@@ -645,7 +645,7 @@ func marshallFailureReason(reason channeldb.FailureReason) (
|
||||
case channeldb.FailureReasonError:
|
||||
return PaymentState_FAILED_ERROR, nil
|
||||
|
||||
case channeldb.FailureReasonIncorrectPaymentDetails:
|
||||
case channeldb.FailureReasonPaymentDetails:
|
||||
return PaymentState_FAILED_INCORRECT_PAYMENT_DETAILS, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user