This commit is contained in:
Christian Grothoff 2016-03-23 11:34:50 +01:00
parent ac950fbe61
commit e76154e076

View File

@ -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);