summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-23 11:34:50 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-23 11:34:50 +0100
commite76154e076e3f8819ce0a49d5eda93b49de1740d (patch)
tree4667a2020cff4b561d22544cf5d974ad988d7a04
parentac950fbe61defd6d451d4e5096a877e4af016590 (diff)
downloadexchange-e76154e076e3f8819ce0a49d5eda93b49de1740d.tar.gz
exchange-e76154e076e3f8819ce0a49d5eda93b49de1740d.tar.bz2
exchange-e76154e076e3f8819ce0a49d5eda93b49de1740d.zip
ref to bug #4340
-rw-r--r--src/bank-lib/bank_api_admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c
index 515181a80..36872d7a9 100644
--- a/src/bank-lib/bank_api_admin.c
+++ b/src/bank-lib/bank_api_admin.c
@@ -176,7 +176,7 @@ TALER_BANK_admin_add_incoming (struct TALER_BANK_Context *bank,
admin_obj = json_pack ("{s:o, s:o,"
" s:I, s:I}",
"wid", GNUNET_JSON_from_data (wtid,
- sizeof (*wtid)),
+ sizeof (*wtid)), /* #4340 */
"amount", TALER_JSON_from_amount (amount),
"debit_account", (json_int_t) debit_account_no,
"credit_account", (json_int_t) credit_account_no);