diff options
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. |