taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c7abf3f9d47369a032d0beb666dbb1ba932a53ce
parent 40fb808dc3fc9b97249307993922ff25e3c3cad3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:41:04 -0400

capitalize first word in sentence; add period at end of sentence (four instances)

Diffstat:
Mcore/api-exchange.rst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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.