taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit cef2c4a86a9c3bc95679528d7f5d5328a6a6d777
parent b00ab92c806b56ed23d9848231480488420d3cc5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:04:20 -0400

add period at end of sentence

Diffstat:
Mcore/api-auditor.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst @@ -59,7 +59,7 @@ know-your-customer (KYC) registration before issuing contracts. // Return which currency this auditor is auditing for. currency: string; - // EdDSA master public key of the auditor + // EdDSA master public key of the auditor. auditor_public_key: EddsaPublicKey; }