summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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.