diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 13:31:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 13:31:09 +0100 |
commit | 28b6b26567b87b294c247467821a304359f7eca1 (patch) | |
tree | f198168fab4d90d7145fed65df3ee812728a6d27 /src | |
parent | 169fdcd8fe56808a5e7bf58a904703675ae3820f (diff) |
-fix name
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_signatures.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 41b694d09..8363c23dd 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -20,9 +20,9 @@ * @author Florian Dold * @author Benedikt Mueller * - * This file should define the constants and C structs that one - * needs to know to implement Taler clients (wallets or merchants) - * that need to produce or verify Taler signatures. + * This file should define the constants and C structs that one needs + * to know to implement Taler clients (wallets or merchants or + * auditor) that need to produce or verify Taler signatures. */ #ifndef TALER_SIGNATURES_H @@ -113,7 +113,7 @@ * deposit permission. * FIXME: this MIGHT also be #TALER_SIGNATURE_COIN_DEPOSIT already! */ -#define TALER_SIGNATURE_INCREMENTAL_WALLET_DEPOSIT 202 +#define TALER_SIGNATURE_WALLET_DEPOSIT_INCREMENTAL 202 |