diff options
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r-- | src/lib/exchange_api_deposit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c index 5f3749931..a5cf6c36a 100644 --- a/src/lib/exchange_api_deposit.c +++ b/src/lib/exchange_api_deposit.c | |||
@@ -196,8 +196,8 @@ verify_deposit_signature_ok (struct TALER_EXCHANGE_DepositHandle *dh, | |||
196 | { | 196 | { |
197 | const struct TALER_EXCHANGE_Keys *key_state; | 197 | const struct TALER_EXCHANGE_Keys *key_state; |
198 | struct GNUNET_JSON_Specification spec[] = { | 198 | struct GNUNET_JSON_Specification spec[] = { |
199 | GNUNET_JSON_spec_fixed_auto ("sig", exchange_sig), | 199 | GNUNET_JSON_spec_fixed_auto ("exchange_sig", exchange_sig), |
200 | GNUNET_JSON_spec_fixed_auto ("pub", exchange_pub), | 200 | GNUNET_JSON_spec_fixed_auto ("exchange_pub", exchange_pub), |
201 | GNUNET_JSON_spec_end () | 201 | GNUNET_JSON_spec_end () |
202 | }; | 202 | }; |
203 | 203 | ||