aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-24 23:30:36 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-24 23:30:36 +0200
commita80789646ed9610048f3ad71e11f90eded1e52a9 (patch)
treecaebb3e0ff7be871726c3358bbdea227f396d78f /src/include/taler_merchant_service.h
parent02a1f91a35b5f57d4b551683ea120bfd1f351a2e (diff)
fix NULL check
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 4d001547..6506914b 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -3152,7 +3152,7 @@ struct TALER_MERCHANT_PrivateTokenDetails
/**
* Blinded public key of the token.
*/
- struct TALER_TokenEnvelopeP envelope;
+ struct TALER_TokenEnvelope envelope;
/**
* Value used to blind the key for the signature.
@@ -3349,7 +3349,7 @@ struct TALER_MERCHANT_OutputToken
/**
* Token envelope.
*/
- struct TALER_TokenEnvelopeP envelope;
+ struct TALER_TokenEnvelope envelope;
/**
* Blinded issue signature made by the merchant.