diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-11 16:38:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-11 16:38:09 +0200 |
commit | bd2372f20ef7259d87c44e92de32c66b26e6632f (patch) | |
tree | 1ddbbd74087d40143042e194881ca0f2a0e90e5d /src/mint/taler-mint-httpd.h | |
parent | 929a99cdbb579e53fe458752b147c10344c92aca (diff) |
implementing #3740
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index 5a65ba438..c674a9daa 100644 --- a/src/mint/taler-mint-httpd.h +++ b/src/mint/taler-mint-httpd.h @@ -28,10 +28,9 @@ #include <microhttpd.h> /** - * For now, we just do EUR. Should become configurable in the future! (#3740) + * Which currency is used by this mint? */ -#define TMH_MINT_CURRENCY "EUR" - +extern char *TMH_mint_currency_string; /** * The mint's configuration. |