summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 03:02:18 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 03:02:18 -0400
commit1f6f6e338eead4f44c1290ab3850ca3c1d36de2f (patch)
tree89e198511346ef1c50620610aad1fa68218f16d5 /core
parentc81ba6f4d2bed0d4b25b0d6fe97f912996aef8fa (diff)
downloaddocs-1f6f6e338eead4f44c1290ab3850ca3c1d36de2f.tar.gz
docs-1f6f6e338eead4f44c1290ab3850ca3c1d36de2f.tar.bz2
docs-1f6f6e338eead4f44c1290ab3850ca3c1d36de2f.zip
capitalize first word in sentence; add period at end of sentence (four instances)
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index ea161617..563b84bf 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1777,20 +1777,20 @@ typically also view the balance.)
// Applicable wire fee that was charged.
wire_fee: Amount;
- // public key of the merchant (identical for all deposits)
+ // Public key of the merchant (identical for all deposits).
merchant_pub: EddsaPublicKey;
- // hash of the wire details (identical for all deposits)
+ // Hash of the wire details (identical for all deposits).
h_wire: HashCode;
// Time of the execution of the wire transfer by the exchange
execution_time: Timestamp;
- // details about the deposits
+ // Details about the deposits.
deposits: TrackTransferDetail[];
- // signature from the exchange made with purpose
- // `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT`
+ // Signature from the exchange made with purpose
+ // `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT`.
exchange_sig: EddsaSignature;
// public EdDSA key of the exchange that was used to generate the signature.