aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-09 13:21:55 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-09 13:21:55 +0100
commit8eaeda99589fe5d0b43818033fc8871b62f50090 (patch)
tree237ea2a4dbb8470cde40f56efdb7d3e183119c27 /src/include/taler_signatures.h
parentce8272446eebebb73cbab8ab4e388a2ec7e164fd (diff)
downloadexchange-8eaeda99589fe5d0b43818033fc8871b62f50090.tar.xz
fix use of signature for noreveal index, needs to be tied to session hash
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 8984165e6..bf39c0aba 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -321,6 +321,11 @@ struct RefreshCommitResponseSignatureBody
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
/**
+ * Hash of the refresh session.
+ */
+ struct GNUNET_HashCode session_hash;
+
+ /**
* Index that the client will not have to reveal.
*/
uint16_t noreveal_index GNUNET_PACKED;