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.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 213a06c0..ea1e192c 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1464,16 +1464,16 @@ the API during normal operation.
// Detailed error code.
code: Integer;
- // public key of a melted coin that had insufficient funds
+ // Public key of a melted coin that had insufficient funds.
coin_pub: EddsaPublicKey;
- // original total value of the coin
+ // Original total value of the coin.
original_value: Amount;
- // remaining value of the coin
+ // Remaining value of the coin.
residual_value: Amount;
- // amount of the coin's value that was to be melted
+ // Amount of the coin's value that was to be melted.
requested_value: Amount;
// The transaction list of the respective coin that failed to have sufficient funds left.