ref to bug #4340
This commit is contained in:
parent
ac950fbe61
commit
e76154e076
@ -176,7 +176,7 @@ TALER_BANK_admin_add_incoming (struct TALER_BANK_Context *bank,
|
|||||||
admin_obj = json_pack ("{s:o, s:o,"
|
admin_obj = json_pack ("{s:o, s:o,"
|
||||||
" s:I, s:I}",
|
" s:I, s:I}",
|
||||||
"wid", GNUNET_JSON_from_data (wtid,
|
"wid", GNUNET_JSON_from_data (wtid,
|
||||||
sizeof (*wtid)),
|
sizeof (*wtid)), /* #4340 */
|
||||||
"amount", TALER_JSON_from_amount (amount),
|
"amount", TALER_JSON_from_amount (amount),
|
||||||
"debit_account", (json_int_t) debit_account_no,
|
"debit_account", (json_int_t) debit_account_no,
|
||||||
"credit_account", (json_int_t) credit_account_no);
|
"credit_account", (json_int_t) credit_account_no);
|
||||||
|
Loading…
Reference in New Issue
Block a user