commit 57502edf1549e3f1aa26f866681077290b692269
parent 405859d06864a62982236771d81ca94f799b6c12
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 4 May 2017 14:06:16 +0200
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
@@ -324,7 +324,7 @@ handle_mhd_request (void *cls,
GNUNET_JSON_spec_uint64 ("debit_account", &t->debit_account),
GNUNET_JSON_spec_uint64 ("credit_account", &t->credit_account),
TALER_JSON_spec_amount ("amount", &t->amount),
- TALER_JSON_spec_json ("auth", &auth),
+ GNUNET_JSON_spec_json ("auth", &auth),
GNUNET_JSON_spec_string ("exchange_url", &base_url),
GNUNET_JSON_spec_end ()
};