commit 10c796e8c7e6a558a4f448b073c8a017e243a10d parent fa4322c49ca1d768bb9c6bb75436fab89d75e623 Author: Christian Blättler <blatc2@bfh.ch> Date: Thu, 25 Apr 2024 10:24:42 +0200 rename signature Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | | | 2 | +- |
| M | src/include/taler_merchantdb_plugin.h | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -233,7 +233,7 @@ struct TokenUseConfirmation /** * Signature on the deposit request made using the token private key. */ - struct TALER_TokenUseSignature sig; + struct TALER_TokenUseSignatureP sig; /** * Public key of the token. diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h @@ -1122,7 +1122,7 @@ struct TALER_MERCHANTDB_SpentTokenDetails /** * Signature that this token was spent on the specified order. */ - struct TALER_TokenUseSignature sig; + struct TALER_TokenUseSignatureP sig; /** * Blind signature for the spent token to prove validity of it.