diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-04 14:06:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-04 14:06:16 +0200 |
commit | 57502edf1549e3f1aa26f866681077290b692269 (patch) | |
tree | 1cbfc8cc10df154eca16a0f32c3cbbaa1d6a9546 /src/bank-lib | |
parent | 405859d06864a62982236771d81ca94f799b6c12 (diff) |
fix typo
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/fakebank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index c0854ed13..486c7a7e2 100644 --- 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 () }; |