summaryrefslogtreecommitdiff
path: root/impl-mint.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-06 10:30:23 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-06 10:30:23 +0200
commitd2404b3dd99d099662116f1b2a6c1b06d555e3cd (patch)
tree7a9fa7db1fc047181612de5dd96cb4c36a4d052e /impl-mint.rst
parent300d43c821803184c0084ed49ebe955ed869ae6d (diff)
downloaddocs-d2404b3dd99d099662116f1b2a6c1b06d555e3cd.tar.gz
docs-d2404b3dd99d099662116f1b2a6c1b06d555e3cd.tar.bz2
docs-d2404b3dd99d099662116f1b2a6c1b06d555e3cd.zip
fix sphinx warnings
Diffstat (limited to 'impl-mint.rst')
-rw-r--r--impl-mint.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/impl-mint.rst b/impl-mint.rst
index 722c38f1..ed6d627d 100644
--- a/impl-mint.rst
+++ b/impl-mint.rst
@@ -28,7 +28,7 @@ The section `[mint_keys]` containts the following entries:
window on keys.
-Sections specifying denomination (coin) information start with "coin_". By convention, the name continues with "$CURRENCY_[$SUBUNIT]_$VALUE", i.e. "[coin_eur_ct_10] for a 10 cent piece. However, only the "coin_" prefix is mandatory. Each "coin_"-section must then have the following options:
+Sections specifying denomination (coin) information start with "coin\_". By convention, the name continues with "$CURRENCY_[$SUBUNIT]_$VALUE", i.e. "[coin_eur_ct_10] for a 10 cent piece. However, only the "coin\_" prefix is mandatory. Each "coin\_"-section must then have the following options:
* `value`: How much is the coin worth, the format is CURRENCY:VALUE.FRACTION. For example, a 10 cent piece is "EUR:0.10".
* `duration_withdraw`: How long can a coin of this type be withdrawn? This limits the losses incured by the mint when a denomination key is compromised.