commit f7b935da65a7bf39361912c04026cae76cc71875 parent 6c347cf06cb02db24c35bb3a5f5ac5fba51abc4d Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 07:04:30 -0400 add period at end of sentence (five instances) Diffstat:
| M | core/api-merchant.rst | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2412,23 +2412,23 @@ funds to the exchange. .. ts:def:: ReserveCreateRequest interface ReserveCreateRequest { - // Amount that the merchant promises to put into the reserve + // Amount that the merchant promises to put into the reserve. initial_balance: Amount; - // Exchange the merchant intends to use for tipping + // Exchange the merchant intends to use for tipping. exchange_url: string; - // Desired wire method, for example "iban" or "x-taler-bank" + // Desired wire method, for example "iban" or "x-taler-bank". wire_method: string; } .. ts:def:: ReserveCreateConfirmation interface ReserveCreateConfirmation { - // Public key identifying the reserve + // Public key identifying the reserve. reserve_pub: EddsaPublicKey; - // Wire account of the exchange where to transfer the funds + // Wire account of the exchange where to transfer the funds. payto_uri: string; }