summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-15 18:08:04 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-15 18:08:04 +0100
commit126cd5b3fff4a6d78400e16d121fd381c47e20af (patch)
tree3f81d52968a59f409d4c079e2deb648cf8523a79 /src/include/taler_signatures.h
parentaf79e61f4deee64c9fbec443f37b8bcada8e5cd6 (diff)
downloadexchange-126cd5b3fff4a6d78400e16d121fd381c47e20af.tar.gz
exchange-126cd5b3fff4a6d78400e16d121fd381c47e20af.tar.bz2
exchange-126cd5b3fff4a6d78400e16d121fd381c47e20af.zip
identifying where key_io still needs to be adapted
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index b1b578236..c8e42add1 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -356,16 +356,14 @@ struct TALER_MINT_DenomKeyIssue
struct GNUNET_TIME_AbsoluteNBO start;
struct GNUNET_TIME_AbsoluteNBO expire_withdraw;
struct GNUNET_TIME_AbsoluteNBO expire_spend;
- // FIXME: does not work like this:
- struct GNUNET_CRYPTO_rsa_PublicKey * denom_pub;
struct TALER_AmountNBO value;
struct TALER_AmountNBO fee_withdraw;
struct TALER_AmountNBO fee_deposit;
struct TALER_AmountNBO fee_refresh;
+ // FIXME: does not work like this:
+ struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub;
};
-
-
GNUNET_NETWORK_STRUCT_END
#endif