commit 6ffd82f7594805dce02b3f999e91d9073c01e6ae parent 61b32571fa2cda6419e1f49270a40c1bf6839e37 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 18 Jan 2020 23:32:11 +0100 payback -> recoup Diffstat:
| M | src/backend/taler-merchant-httpd_tip-reserve-helper.c | | | 4 | ++-- |
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 @@ -234,10 +234,10 @@ handle_status (void *cls, return; } break; - case TALER_EXCHANGE_RTT_PAYBACK: + case TALER_EXCHANGE_RTT_RECOUP: GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _ ( - "Encountered unsupported /payback operation on tipping reserve\n")); + "Encountered unsupported /recoup operation on tipping reserve\n")); /* FIXME: probably should count these like deposits!? */ break; case TALER_EXCHANGE_RTT_CLOSE: