diff options
Diffstat (limited to 'core/api-auditor.rst')
-rw-r--r-- | core/api-auditor.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-auditor.rst b/core/api-auditor.rst index bdaf69c..34f7770 100644 --- 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; } |