diff options
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r-- | src/mint/mint.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint/mint.h b/src/mint/mint.h index bf8dfcfd..046b9c17 100644 --- a/src/mint/mint.h +++ b/src/mint/mint.h @@ -179,10 +179,9 @@ struct RefreshCommitLink struct GNUNET_CRYPTO_EcdsaPublicKey transfer_pub; /** - * FIXME: this is the encrypted shared secret, should use - * a different type... + * Encrypted shared secret to decrypt the link. */ - struct GNUNET_HashCode shared_secret_enc; + struct TALER_EncryptedLinkSecret shared_secret_enc; }; |