From c7abf3f9d47369a032d0beb666dbb1ba932a53ce Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 02:41:04 -0400 Subject: capitalize first word in sentence; add period at end of sentence (four instances) --- core/api-exchange.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/api-exchange.rst') 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. -- cgit v1.2.3