commit a5c3abbe01eb9e86ef3ee6bded791fe3231e490f
parent 2ce3b94ad7c78ed592c3b4b31364028149f13c25
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 07:12:57 -0400
add period at end of sentence (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -2672,7 +2672,7 @@ Checking tip status
**Response:**
:http:statuscode:`200 OK`:
- The tip is known. The backend responds with a `TipDetails` message
+ The tip is known. The backend responds with a `TipDetails` message.
:http:statuscode:`404 Not found`:
The tip is unknown to the backend.
@@ -2691,7 +2691,7 @@ Checking tip status
// Timestamp indicating when the tip is set to expire (may be in the past).
expiration: Timestamp;
- // Reserve public key from which the tip is funded
+ // Reserve public key from which the tip is funded.
reserve_pub: EddsaPublicKey;
// Array showing the pickup operations of the wallet (possibly empty!).