summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-01 02:00:01 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-01 02:00:01 +0200
commit52c53916a6d71f4c7b2315d808ee189b8ff80a75 (patch)
tree10b5fefff5ba4a8bd879353c206fa3db8ce22039 /src/include
parent73a555fb38eb64d36322783174f7b5a6008ddbe1 (diff)
downloadexchange-52c53916a6d71f4c7b2315d808ee189b8ff80a75.tar.gz
exchange-52c53916a6d71f4c7b2315d808ee189b8ff80a75.tar.bz2
exchange-52c53916a6d71f4c7b2315d808ee189b8ff80a75.zip
towards adjusting taler-auditor-offline to new /keys format (still fails in signature verification)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_json_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index e2d54e825..a6febbbfd 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -416,7 +416,7 @@ TALER_JSON_spec_denom_pub (const char *field,
*/
struct GNUNET_JSON_Specification
TALER_JSON_spec_denom_pub_cipher (const char *field,
- const enum TALER_DenominationCipher cipher,
+ enum TALER_DenominationCipher cipher,
struct TALER_DenominationPublicKey *pk);