diff options
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 5 |
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; |