summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:41:04 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:41:04 -0400
commitc7abf3f9d47369a032d0beb666dbb1ba932a53ce (patch)
tree890a8edbeea461dcefd2c71765ffb86a4d13c737
parent40fb808dc3fc9b97249307993922ff25e3c3cad3 (diff)
downloaddocs-c7abf3f9d47369a032d0beb666dbb1ba932a53ce.tar.gz
docs-c7abf3f9d47369a032d0beb666dbb1ba932a53ce.tar.bz2
docs-c7abf3f9d47369a032d0beb666dbb1ba932a53ce.zip
capitalize first word in sentence; add period at end of sentence (four instances)
-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.