summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_transfers_get.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-22 00:50:18 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-22 00:50:18 +0100
commit744322fdda3c459524a981e32211f987ef8ca983 (patch)
treeb9b106194387ec19b69b14e5e5edadbf03dd5a0f /src/exchange/taler-exchange-httpd_transfers_get.c
parentdb61bc3bbeede8e2432156567ab74283420b3c7f (diff)
downloadexchange-744322fdda3c459524a981e32211f987ef8ca983.tar.gz
exchange-744322fdda3c459524a981e32211f987ef8ca983.tar.bz2
exchange-744322fdda3c459524a981e32211f987ef8ca983.zip
the big EC rename
Diffstat (limited to 'src/exchange/taler-exchange-httpd_transfers_get.c')
-rw-r--r--src/exchange/taler-exchange-httpd_transfers_get.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_transfers_get.c b/src/exchange/taler-exchange-httpd_transfers_get.c
index 3c5b48994..9407ad791 100644
--- a/src/exchange/taler-exchange-httpd_transfers_get.c
+++ b/src/exchange/taler-exchange-httpd_transfers_get.c
@@ -445,7 +445,7 @@ get_transfer_deposits (void *cls,
GNUNET_break (0);
*mhd_ret = TALER_MHD_reply_with_error (connection,
MHD_HTTP_INTERNAL_SERVER_ERROR,
- TALER_EC_TRACK_TRANSFER_DB_FETCH_FAILED,
+ TALER_EC_TRANSFERS_GET_DB_FETCH_FAILED,
"failed to fetch transaction data");
}
return qs;
@@ -455,7 +455,7 @@ get_transfer_deposits (void *cls,
GNUNET_break (0);
*mhd_ret = TALER_MHD_reply_with_error (connection,
MHD_HTTP_INTERNAL_SERVER_ERROR,
- TALER_EC_TRACK_TRANSFER_DB_INCONSISTENT,
+ TALER_EC_TRANSFERS_GET_DB_INCONSISTENT,
"exchange database internally inconsistent");
return GNUNET_DB_STATUS_HARD_ERROR;
}
@@ -463,7 +463,7 @@ get_transfer_deposits (void *cls,
{
*mhd_ret = TALER_MHD_reply_with_error (connection,
MHD_HTTP_NOT_FOUND,
- TALER_EC_TRACK_TRANSFER_WTID_NOT_FOUND,
+ TALER_EC_TRANSFERS_GET_WTID_NOT_FOUND,
"wtid");
return GNUNET_DB_STATUS_HARD_ERROR;
}
@@ -484,7 +484,7 @@ get_transfer_deposits (void *cls,
GNUNET_break (0);
*mhd_ret = TALER_MHD_reply_with_error (connection,
MHD_HTTP_INTERNAL_SERVER_ERROR,
- TALER_EC_TRACK_TRANSFER_WIRE_FEE_NOT_FOUND,
+ TALER_EC_TRANSFERS_GET_WIRE_FEE_NOT_FOUND,
"did not find wire fee");
}
return qs;
@@ -497,7 +497,7 @@ get_transfer_deposits (void *cls,
GNUNET_break (0);
*mhd_ret = TALER_MHD_reply_with_error (connection,
MHD_HTTP_INTERNAL_SERVER_ERROR,
- TALER_EC_TRACK_TRANSFER_WIRE_FEE_INCONSISTENT,
+ TALER_EC_TRANSFERS_GET_WIRE_FEE_INCONSISTENT,
"could not subtract wire fee");
return GNUNET_DB_STATUS_HARD_ERROR;
}