diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-01-01 22:10:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-01-01 22:28:49 +0100 |
commit | 4f2ad1051b1433974e5d598b1546202797729e31 (patch) | |
tree | b5691dd9a605702a161e7ce10e41d561c304c5de /src/exchange-lib/exchange_api_deposit.c | |
parent | 346c351e5ff2fc184f1c044f4ffbf82bc80fe655 (diff) |
change 'f' to 'contribution' in /deposit
Diffstat (limited to 'src/exchange-lib/exchange_api_deposit.c')
-rw-r--r-- | src/exchange-lib/exchange_api_deposit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_deposit.c b/src/exchange-lib/exchange_api_deposit.c index d90b1aa75..76e3e4da9 100644 --- a/src/exchange-lib/exchange_api_deposit.c +++ b/src/exchange-lib/exchange_api_deposit.c @@ -454,7 +454,7 @@ TALER_EXCHANGE_deposit (struct TALER_EXCHANGE_Handle *exchange, " s:o," /* merchant_pub */ " s:o, s:o," /* refund_deadline, wire_deadline */ " s:o}", /* coin_sig */ - "f", TALER_JSON_from_amount (amount), + "contribution", TALER_JSON_from_amount (amount), "wire", wire_details, "H_wire", GNUNET_JSON_from_data_auto (&h_wire), "h_contract_terms", GNUNET_JSON_from_data_auto (h_contract_terms), |