diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-28 22:46:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-28 22:46:31 +0100 |
commit | 17e7d26894edd55fb2d756e5252d7de20ce89fe0 (patch) | |
tree | cf564ad179244340e821ee5ba39fada498e5ca46 | |
parent | d28881359480413e0b8b6a77ee23f561f3e0d7ce (diff) |
follow up on rename in exchange
-rw-r--r-- | src/backend/taler-merchant-httpd_tip-reserve-helper.c | 4 |
1 files 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 index 43c10ad7..5566148d 100644 --- 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; |