taler-docs

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

commit e455987e76c0baf5f7e1a44a19be1bf28c0804ea
parent 9a18a1de8cad2eea1b906eef6465df788b797791
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:09:57 -0400

change markup of ‘exchange_sig’ from @e to ``

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 @@ -205,7 +205,7 @@ paid out first. // When does the validity of the exchange_pub end? ep_end: Timestamp; - // Exchange master signature over @e exchange_sig. + // Exchange master signature over ``exchange_sig``. master_sig: EddsaSignature; }