From 8b8544dcc8e27bcc24b90903e26a351843dfb0e1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 22 Jul 2020 21:38:17 +0530 Subject: rename --- core/api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 4fcec23a..86390681 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1122,7 +1122,7 @@ Payment processing // Additional details needed to verify the refund confirmation signature // (``h_contract_terms`` and ``merchant_pub``) are already known // to the wallet and thus not included. - interface RefundConfirmation { + interface MerchantAbortPayRefundSuccessStatus { // Used as tag for the sum type MerchantCoinRefundStatus sum type. success: true; -- cgit v1.2.3