diff options
Diffstat (limited to 'src/exchange')
-rw-r--r-- | src/exchange/taler-exchange-httpd_purses_create.c | 2 | ||||
-rw-r--r-- | src/exchange/taler-exchange-httpd_reserves_purse.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_purses_create.c b/src/exchange/taler-exchange-httpd_purses_create.c index 434984d8..112a24dc 100644 --- a/src/exchange/taler-exchange-httpd_purses_create.c +++ b/src/exchange/taler-exchange-httpd_purses_create.c @@ -419,7 +419,7 @@ create_transaction (void *cls, &h_econtract), GNUNET_JSON_pack_data_auto ("econtract_sig", &econtract.econtract_sig), - GNUNET_JSON_pack_data_auto ("pub_ckey", + GNUNET_JSON_pack_data_auto ("contract_pub", &econtract.contract_pub)); GNUNET_free (econtract.econtract); return GNUNET_DB_STATUS_HARD_ERROR; diff --git a/src/exchange/taler-exchange-httpd_reserves_purse.c b/src/exchange/taler-exchange-httpd_reserves_purse.c index 74291976..7aa00a50 100644 --- a/src/exchange/taler-exchange-httpd_reserves_purse.c +++ b/src/exchange/taler-exchange-httpd_reserves_purse.c @@ -461,7 +461,7 @@ purse_transaction (void *cls, &h_econtract), GNUNET_JSON_pack_data_auto ("econtract_sig", &econtract.econtract_sig), - GNUNET_JSON_pack_data_auto ("pub_ckey", + GNUNET_JSON_pack_data_auto ("contract_pub", &econtract.contract_pub)); GNUNET_free (econtract.econtract); return GNUNET_DB_STATUS_HARD_ERROR; |