summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 03:06:12 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 03:06:12 -0400
commite903b806edab9275e5486509754c11ac58a5cb09 (patch)
treed4c7076e8c01394df4613c54080eac774c162c14 /core/api-exchange.rst
parenta71e5ee04f0db13daec5a3c9bc95ba5ceed1f12e (diff)
downloaddocs-e903b806edab9275e5486509754c11ac58a5cb09.tar.gz
docs-e903b806edab9275e5486509754c11ac58a5cb09.tar.bz2
docs-e903b806edab9275e5486509754c11ac58a5cb09.zip
capitalize first word in sentence (four instances)
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 150fa0e6..2ed80849 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1848,10 +1848,10 @@ typically also view the balance.)
.. ts:def:: TrackTransactionResponse
interface TrackTransactionResponse {
- // raw wire transfer identifier of the deposit.
+ // Raw wire transfer identifier of the deposit.
wtid: Base32;
- // when was the wire transfer given to the bank.
+ // When was the wire transfer given to the bank.
execution_time: Timestamp;
// The contribution of this coin to the total (without fees)
@@ -1860,11 +1860,11 @@ typically also view the balance.)
// Total amount transferred
total_amount: Amount;
- // binary-only Signature_ for purpose `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE`
+ // Binary-only Signature_ for purpose `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE`
// whereby the exchange affirms the successful wire transfer.
exchange_sig: EddsaSignature;
- // public EdDSA key of the exchange that was used to generate the signature.
+ // Public EdDSA key of the exchange that was used to generate the signature.
// Should match one of the exchange's signing keys from /keys. Again given
// explicitly as the client might otherwise be confused by clock skew as to
// which signing key was used.