summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 41b94fa6..df264885 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1241,11 +1241,11 @@ denomination.
.. ts:def:: DepositDoubleSpendError
interface DepositDoubleSpendError {
- // The string constant "insufficient funds"
+ // The string constant "insufficient funds".
hint: string;
// Transaction history for the coin that is
- // being double-spended
+ // being double-spended.
history: CoinSpendHistoryItem[];
}