diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-08 17:58:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-08 17:59:05 +0200 |
commit | 8e03498a487d3d00c20167dc19c24f9a0fe1a647 (patch) | |
tree | ab0955d0d1b88b319a24c5c12bd91dc17b401564 /src/include | |
parent | 97dfbec0811b1a0b92618f195e228c43376e4828 (diff) |
add h_denom to melt signatures (for #6416)
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 81e2e1c82..3e4b893f8 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -586,9 +586,8 @@ struct TALER_RefreshMeltCoinAffirmationPS /** * Hash over the denomination public key used to sign the coin. - * FIXME: add here, initialize everywhere! */ - // struct GNUNET_HashCode h_denom_pub GNUNET_PACKED; + struct GNUNET_HashCode h_denom_pub GNUNET_PACKED; /** * How much of the value of the coin should be melted? This amount |