diff options
Diffstat (limited to 'src/lib/testing_api_trait_denom_pub.c')
-rw-r--r-- | src/lib/testing_api_trait_denom_pub.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/testing_api_trait_denom_pub.c b/src/lib/testing_api_trait_denom_pub.c index 8bc482176..b11c459ee 100644 --- a/src/lib/testing_api_trait_denom_pub.c +++ b/src/lib/testing_api_trait_denom_pub.c | |||
@@ -44,8 +44,8 @@ | |||
44 | int | 44 | int |
45 | TALER_TESTING_get_trait_denom_pub | 45 | TALER_TESTING_get_trait_denom_pub |
46 | (const struct TALER_TESTING_Command *cmd, | 46 | (const struct TALER_TESTING_Command *cmd, |
47 | unsigned int index, | 47 | unsigned int index, |
48 | const struct TALER_EXCHANGE_DenomPublicKey **denom_pub) | 48 | const struct TALER_EXCHANGE_DenomPublicKey **denom_pub) |
49 | { | 49 | { |
50 | return cmd->traits (cmd->cls, | 50 | return cmd->traits (cmd->cls, |
51 | (const void **) denom_pub, | 51 | (const void **) denom_pub, |
@@ -64,7 +64,7 @@ TALER_TESTING_get_trait_denom_pub | |||
64 | struct TALER_TESTING_Trait | 64 | struct TALER_TESTING_Trait |
65 | TALER_TESTING_make_trait_denom_pub | 65 | TALER_TESTING_make_trait_denom_pub |
66 | (unsigned int index, | 66 | (unsigned int index, |
67 | const struct TALER_EXCHANGE_DenomPublicKey *denom_pub) | 67 | const struct TALER_EXCHANGE_DenomPublicKey *denom_pub) |
68 | { | 68 | { |
69 | struct TALER_TESTING_Trait ret = { | 69 | struct TALER_TESTING_Trait ret = { |
70 | .index = index, | 70 | .index = index, |