commit b3c7ea82a6a1ade4a310a6958c232207560d4c1a
parent 86a7aa73e66bc6088f8f4abe87fff43fc4017cdc
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 27 Oct 2015 12:48:47 +0100
minor fix
Diffstat:
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -33,6 +33,7 @@
#include "merchant.h"
#include "taler_merchant_lib.h"
#include "taler-mint-httpd_mhd.h"
+#include "taler-merchant-httpd_contract.h"
/**
* Our hostname
diff --git a/src/backend/taler-merchant-httpd_contract.c b/src/backend/taler-merchant-httpd_contract.c
@@ -55,17 +55,10 @@ MH_handler_contract (struct TMH_RequestHandler *rh,
{
/* 1. Generate preferred mint(s) array.
- a. Add the configuration lines to specify the mint's business
- address.
- b. Add this address to the 'locations' object, that should be
- already present in the 'proposition' gotten from the frontend.
- c. Point the 'address' field's label to the one added to 'locations'
-
The 'mint' JSON layout is as follows:
- { "address": "address_label",
- "url": "mint_base_url",
- "master_pub": "base32 mint's master public key" }
+ { "url": "mint_base_url",
+ "master_pub": "base32 mint's master public key" }
*/