summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:53:01 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:53:01 -0400
commit2078c3127a3bd19618c1b5c3fa2fb3389bf08f07 (patch)
tree26a69acd5f22207f66df28c60fa3d22e340255d9 /core/api-merchant.rst
parent476a24c642658358c9a9d3b935a66d9c2628dfb9 (diff)
downloaddocs-2078c3127a3bd19618c1b5c3fa2fb3389bf08f07.tar.gz
docs-2078c3127a3bd19618c1b5c3fa2fb3389bf08f07.tar.bz2
docs-2078c3127a3bd19618c1b5c3fa2fb3389bf08f07.zip
capitalize first word in sentence; add period at end of sentence (three instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 869d68fb..94e1647a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2261,17 +2261,17 @@ Informing the backend about incoming wire transfers
.. ts:def:: TrackTransferProof
interface TrackTransferProof {
- // 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.
+ // 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.
exchange_pub: EddsaSignature;
- // hash of the wire details (identical for all deposits)
+ // Hash of the wire details (identical for all deposits).
// Needed to check the ``exchange_sig``
h_wire: HashCode;
}