summaryrefslogtreecommitdiff
path: root/src/include/merchant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/merchant.h')
-rw-r--r--src/include/merchant.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/include/merchant.h b/src/include/merchant.h
index e207b4e3..1368c575 100644
--- a/src/include/merchant.h
+++ b/src/include/merchant.h
@@ -51,14 +51,10 @@ struct MERCHANT_Mint
char *hostname;
/**
- * The public key of the mint
+ * Flag which indicates whether some HTTP transfer between
+ * this merchant and the mint is still ongoing
*/
- struct GNUNET_CRYPTO_EddsaPublicKey pubkey;
-
- /**
- * The port where the mint's service is running
- */
- uint16_t port;
+ int pending;
/**
* A connection to this mint
@@ -67,7 +63,6 @@ struct MERCHANT_Mint
};
-
/**
* Parses mints from the configuration.
*