aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index ac8f78a85..b91639321 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -442,8 +442,11 @@ struct TALER_MINT_DenomKeyIssue
*/
struct TALER_AmountNBO fee_refresh;
- // FIXME: does not work like this:
- struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub;
+ /**
+ * Hash code of the denomination public key.
+ */
+ struct GNUNET_HashCode denom_hash;
+
};
GNUNET_NETWORK_STRUCT_END