commit 17e7d26894edd55fb2d756e5252d7de20ce89fe0
parent d28881359480413e0b8b6a77ee23f561f3e0d7ce
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 28 Mar 2020 22:46:31 +0100
follow up on rename in exchange
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_tip-reserve-helper.c b/src/backend/taler-merchant-httpd_tip-reserve-helper.c
@@ -127,7 +127,7 @@ handle_status (void *cls,
return;
}
- if (TALER_EXCHANGE_RTT_DEPOSIT != history[0].type)
+ if (TALER_EXCHANGE_RTT_CREDIT != history[0].type)
{
GNUNET_break_op (0);
resume_with_response (ctr,
@@ -172,7 +172,7 @@ handle_status (void *cls,
{
switch (history[i].type)
{
- case TALER_EXCHANGE_RTT_DEPOSIT:
+ case TALER_EXCHANGE_RTT_CREDIT:
{
enum GNUNET_DB_QueryStatus qs;
struct GNUNET_HashCode uuid;