diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-29 20:27:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-29 20:27:57 +0100 |
commit | a0a405939f9a79cc3eab5104b9b9871a8574d908 (patch) | |
tree | 2a77203de38dcec43ede2af74ffeb3153c2400cf /src/mint/taler-mint-httpd.h | |
parent | fa7f190745327322ced27b506fd9e905c4e65b8c (diff) |
remove dead mint.h includes
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index ed56b048d..c1305b1ce 100644 --- a/src/mint/taler-mint-httpd.h +++ b/src/mint/taler-mint-httpd.h @@ -30,6 +30,12 @@ */ #define KAPPA 3 +/** + * For now, we just do EUR. Should become configurable + * in the future! + */ +#define MINT_CURRENCY "EUR" + /** * The mint's configuration. |