H_wire -> h_wire.

This commit is contained in:
Marcello Stanisci 2019-01-25 19:45:23 +01:00
parent aa2d2fbf28
commit e070e8f65d
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -310,7 +310,7 @@ TALER_AUDITOR_deposit_confirmation (struct TALER_AUDITOR_Handle *auditor,
" s:o, s:o," /* master_pub, ep_start */ " s:o, s:o," /* master_pub, ep_start */
" s:o, s:o," /* ep_expire, ep_end */ " s:o, s:o," /* ep_expire, ep_end */
" s:o}", /* master_sig */ " s:o}", /* master_sig */
"H_wire", GNUNET_JSON_from_data_auto (&h_wire), "h_wire", GNUNET_JSON_from_data_auto (&h_wire),
"h_contract_terms", GNUNET_JSON_from_data_auto (h_contract_terms), "h_contract_terms", GNUNET_JSON_from_data_auto (h_contract_terms),
"timestamp", GNUNET_JSON_from_time_abs (timestamp), "timestamp", GNUNET_JSON_from_time_abs (timestamp),
"refund_deadline", GNUNET_JSON_from_time_abs (refund_deadline), "refund_deadline", GNUNET_JSON_from_time_abs (refund_deadline),