aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-27 16:46:43 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-27 16:46:43 +0200
commitd4f6ca72309f5400af20aa57905846fd3ac13949 (patch)
tree3db624111848219462d5ac0f0b434bddc1fdd2c5 /src/include/taler_crypto_lib.h
parent5ea7c067a0751ae3af6ecd770d1c932a5b98b8fd (diff)
downloadexchange-d4f6ca72309f5400af20aa57905846fd3ac13949.tar.xz
add json spec for token envelope
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index e2f377448..5e5a15b71 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -2336,7 +2336,7 @@ struct TALER_TokenEnvelopeP
/**
* Blinded public key of the token.
*/
- struct GNUNET_CRYPTO_BlindedMessage blinded_pub;
+ struct GNUNET_CRYPTO_BlindedMessage *blinded_pub;
};