summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:31:15 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:31:15 -0500
commitb7cf1cb38dcfa05f06acdc2cc1371ffc0375ed8b (patch)
tree82529ddbd9ff683aaaf7684e6073c9a3e5d23a30 /taler-exchange-manual.rst
parent51157959d7f96a55243ca63c818fca4aab0abc91 (diff)
downloaddocs-b7cf1cb38dcfa05f06acdc2cc1371ffc0375ed8b.tar.gz
docs-b7cf1cb38dcfa05f06acdc2cc1371ffc0375ed8b.tar.bz2
docs-b7cf1cb38dcfa05f06acdc2cc1371ffc0375ed8b.zip
use ‘.. code-block:: c’ (three instances)
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 4d19709e..e68bdf8f 100644
--- 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;