diff options
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r-- | src/mint/taler-mint-httpd.c | 5 |
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; | |||
56 | struct GNUNET_CRYPTO_EddsaPublicKey master_pub; | 56 | struct GNUNET_CRYPTO_EddsaPublicKey master_pub; |
57 | 57 | ||
58 | /** | 58 | /** |
59 | * In which format does this MINT expect wiring instructions? | ||
60 | */ | ||
61 | char *expected_wire_format = "sepa"; | ||
62 | |||
63 | /** | ||
59 | * The HTTP Daemon. | 64 | * The HTTP Daemon. |
60 | */ | 65 | */ |
61 | static struct MHD_Daemon *mydaemon; | 66 | static struct MHD_Daemon *mydaemon; |