multi: rename to FailureReasonPaymentDetails

Prior name is too long XD
This commit is contained in:
Conner Fromknecht
2019-11-19 20:42:21 -08:00
parent e9eabed99c
commit 01cecb1f27
4 changed files with 7 additions and 7 deletions

View File

@@ -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
}