taler-docs

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

commit b7cf1cb38dcfa05f06acdc2cc1371ffc0375ed8b
parent 51157959d7f96a55243ca63c818fca4aab0abc91
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri,  4 Dec 2020 04:31:15 -0500

use ‘.. code-block:: c’ (three instances)

Diffstat:
Mtaler-exchange-manual.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst @@ -850,7 +850,7 @@ starting time at which the signing key can be used in microseconds since the Epoch. The file format is defined by the struct TALER_EXCHANGEDB_PrivateSigningKeyInformationP: -:: +.. code-block:: c struct TALER_EXCHANGEDB_PrivateSigningKeyInformationP { struct TALER_ExchangePrivateKeyP signkey_priv; @@ -883,7 +883,7 @@ struct TALER_EXCHANGEDB_DenominationKeyInformationP giving the attributes of the denomination key and the associated signature with the exchange’s long-term offline key: -:: +.. code-block:: c struct TALER_EXCHANGEDB_DenominationKeyInformationP { struct TALER_MasterSignatureP signature; @@ -940,7 +940,7 @@ Each file must contain a header with the public key information of the auditor, the master public key of the exchange, and the number of signed denomination keys: -:: +.. code-block:: c struct AuditorFileHeaderP { struct TALER_AuditorPublicKeyP apub;