summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_track_transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_track_transfer.c')
-rw-r--r--src/lib/exchange_api_track_transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_track_transfer.c b/src/lib/exchange_api_track_transfer.c
index 2c90bf199..8720793a2 100644
--- a/src/lib/exchange_api_track_transfer.c
+++ b/src/lib/exchange_api_track_transfer.c
@@ -98,7 +98,7 @@ check_track_transfer_response_ok (struct
TALER_JSON_spec_amount ("total", &total_amount),
TALER_JSON_spec_amount ("wire_fee", &wire_fee),
GNUNET_JSON_spec_fixed_auto ("merchant_pub", &merchant_pub),
- GNUNET_JSON_spec_fixed_auto ("H_wire", &h_wire),
+ GNUNET_JSON_spec_fixed_auto ("h_wire", &h_wire),
GNUNET_JSON_spec_absolute_time ("execution_time", &exec_time),
GNUNET_JSON_spec_json ("deposits", &details_j),
GNUNET_JSON_spec_fixed_auto ("exchange_sig", &exchange_sig),