fix names to match latest specification

This commit is contained in:
Christian Grothoff 2017-05-04 23:30:18 +02:00
parent 1ea22a37c6
commit 0e632ffdd2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -93,9 +93,9 @@ parse_account_history (struct TALER_BANK_HistoryHandle *hh,
&td.execution_date),
GNUNET_JSON_spec_uint64 ("row_id",
&serial_id),
GNUNET_JSON_spec_string ("wire_subject",
GNUNET_JSON_spec_string ("wt_subject",
&td.wire_transfer_subject),
GNUNET_JSON_spec_uint64 ("other_account",
GNUNET_JSON_spec_uint64 ("counterpart",
&other_account),
GNUNET_JSON_spec_end()
};