diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-09 09:50:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-09 09:50:35 +0100 |
commit | 9e206f533f28a1ea1a4ac57c138924e61f4ae80c (patch) | |
tree | b9cd78059bc7dfa9486e55dd04820db59ebff2c0 /src/lib/exchange_api_deposit.c | |
parent | ea9c15026a264953625472e14a3707f1131c5552 (diff) |
H_wire -> h_wire (#6032)
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r-- | src/lib/exchange_api_deposit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c index 30bb6c976..69584ee24 100644 --- a/src/lib/exchange_api_deposit.c +++ b/src/lib/exchange_api_deposit.c @@ -554,7 +554,7 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange, } deposit_obj = json_pack ("{s:o, s:O," /* f/wire */ - " s:o, s:o," /* H_wire, h_contract_terms */ + " s:o, s:o," /* h_wire, h_contract_terms */ " s:o, s:o," /* coin_pub, denom_pub */ " s:o, s:o," /* ub_sig, timestamp */ " s:o," /* merchant_pub */ @@ -562,7 +562,7 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange, " s:o}", /* coin_sig */ "contribution", TALER_JSON_from_amount (amount), "wire", wire_details, - "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 (coin_pub), |