commit 0dd91cfd6735ecef79b865ab293446a24550829c
parent ee3f93a4e1f4fbbe44d48f4b5b5f06b689e2f876
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:19:52 -0400
change markup of ‘coins’ from ' to ``
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -570,7 +570,7 @@ are for incomplete payments for an order and never for established contracts.
interface AbortResponse {
// List of refund responses about the coins that the wallet
- // requested an abort for. In the same order as the 'coins'
+ // requested an abort for. In the same order as the ``coins``
// from the original request.
// The rtransaction_id is implied to be 0.
refunds: MerchantAbortPayRefundStatus[];