commit e903b806edab9275e5486509754c11ac58a5cb09 parent a71e5ee04f0db13daec5a3c9bc95ba5ceed1f12e Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 03:06:12 -0400 capitalize first word in sentence (four instances) Diffstat:
| M | core/api-exchange.rst | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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.