aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r--src/mint/taler-mint-httpd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c
index 3b1512ff1..416851066 100644
--- a/src/mint/taler-mint-httpd.c
+++ b/src/mint/taler-mint-httpd.c
@@ -56,6 +56,11 @@ struct GNUNET_CONFIGURATION_Handle *cfg;
56struct GNUNET_CRYPTO_EddsaPublicKey master_pub; 56struct GNUNET_CRYPTO_EddsaPublicKey master_pub;
57 57
58/** 58/**
59 * In which format does this MINT expect wiring instructions?
60 */
61char *expected_wire_format = "sepa";
62
63/**
59 * The HTTP Daemon. 64 * The HTTP Daemon.
60 */ 65 */
61static struct MHD_Daemon *mydaemon; 66static struct MHD_Daemon *mydaemon;