aboutsummaryrefslogtreecommitdiff
path: root/src/mint/mint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r--src/mint/mint.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint/mint.h b/src/mint/mint.h
index bf8dfcfd3..046b9c17e 100644
--- a/src/mint/mint.h
+++ b/src/mint/mint.h
@@ -179,10 +179,9 @@ struct RefreshCommitLink
179 struct GNUNET_CRYPTO_EcdsaPublicKey transfer_pub; 179 struct GNUNET_CRYPTO_EcdsaPublicKey transfer_pub;
180 180
181 /** 181 /**
182 * FIXME: this is the encrypted shared secret, should use 182 * Encrypted shared secret to decrypt the link.
183 * a different type...
184 */ 183 */
185 struct GNUNET_HashCode shared_secret_enc; 184 struct TALER_EncryptedLinkSecret shared_secret_enc;
186}; 185};
187 186
188 187