summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-09 09:50:35 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-09 09:50:35 +0100
commit9e206f533f28a1ea1a4ac57c138924e61f4ae80c (patch)
treeb9cd78059bc7dfa9486e55dd04820db59ebff2c0 /src/lib/exchange_api_deposit.c
parentea9c15026a264953625472e14a3707f1131c5552 (diff)
downloadexchange-9e206f533f28a1ea1a4ac57c138924e61f4ae80c.tar.gz
exchange-9e206f533f28a1ea1a4ac57c138924e61f4ae80c.tar.bz2
exchange-9e206f533f28a1ea1a4ac57c138924e61f4ae80c.zip
H_wire -> h_wire (#6032)
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r--src/lib/exchange_api_deposit.c4
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),