summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-04 23:30:18 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-04 23:30:18 +0200
commit0e632ffdd26d2473f476e6311f9ab544eb8c8a39 (patch)
tree339c0dee279ac93ca28d9699b938958d72ecf847 /src/bank-lib
parent1ea22a37c6b354971452574a89549b8fc8782fde (diff)
downloadexchange-0e632ffdd26d2473f476e6311f9ab544eb8c8a39.tar.gz
exchange-0e632ffdd26d2473f476e6311f9ab544eb8c8a39.tar.bz2
exchange-0e632ffdd26d2473f476e6311f9ab544eb8c8a39.zip
fix names to match latest specification
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/bank_api_history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bank-lib/bank_api_history.c b/src/bank-lib/bank_api_history.c
index 65087e942..5083e3918 100644
--- a/src/bank-lib/bank_api_history.c
+++ b/src/bank-lib/bank_api_history.c
@@ -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()
};