From 9e206f533f28a1ea1a4ac57c138924e61f4ae80c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Jan 2020 09:50:35 +0100 Subject: H_wire -> h_wire (#6032) --- src/lib/exchange_api_track_transaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/exchange_api_track_transaction.c') diff --git a/src/lib/exchange_api_track_transaction.c b/src/lib/exchange_api_track_transaction.c index de3f98b6..ed8185e4 100644 --- a/src/lib/exchange_api_track_transaction.c +++ b/src/lib/exchange_api_track_transaction.c @@ -301,10 +301,10 @@ TALER_EXCHANGE_track_transaction (struct TALER_EXCHANGE_Handle *exchange, GNUNET_CRYPTO_eddsa_sign (&merchant_priv->eddsa_priv, &dtp.purpose, &merchant_sig.eddsa_sig)); - deposit_wtid_obj = json_pack ("{s:o, s:o," /* H_wire, h_contract_terms */ + deposit_wtid_obj = json_pack ("{s:o, s:o," /* h_wire, h_contract_terms */ " s:o," /* coin_pub */ " s:o, s:o}", /* merchant_pub, merchant_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), "coin_pub", GNUNET_JSON_from_data_auto ( -- cgit v1.2.3