summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.h')
-rw-r--r--src/backend/taler-merchant-httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h
index 4446a7df..7fcfba02 100644
--- a/src/backend/taler-merchant-httpd.h
+++ b/src/backend/taler-merchant-httpd.h
@@ -162,9 +162,9 @@ extern json_t *j_wire;
extern struct GNUNET_HashCode h_wire;
/**
- * Our private key (for the merchant to sign contracts).
+ * Our private key, corresponds to #pubkey.
*/
-extern struct GNUNET_CRYPTO_EddsaPrivateKey *privkey;
+extern struct TALER_MerchantPrivateKeyP privkey;
/**
* Our public key, corresponds to #privkey.