summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-exchange.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 21c1798a..76eb99b7 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1097,7 +1097,8 @@ exchange.
// Amount left in the reserve.
balance: Amount;
- // History of the reserve's activity, in the same format as returned by /reserve/status.
+ // History of the reserve's activity, in the same format
+ // as returned by ``/reserve/status``.
history: TransactionHistoryItem[]
}