From 2d55647f2aab1feb37d5439049f6824d11cda56c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Oct 2022 17:36:57 +0100 Subject: add support for reserve open/close operations to auditor, begin to split off purse auditing logic --- src/lib/exchange_api_purse_create_with_deposit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_purse_create_with_deposit.c') diff --git a/src/lib/exchange_api_purse_create_with_deposit.c b/src/lib/exchange_api_purse_create_with_deposit.c index ce0221aa..a2618d63 100644 --- a/src/lib/exchange_api_purse_create_with_deposit.c +++ b/src/lib/exchange_api_purse_create_with_deposit.c @@ -303,7 +303,7 @@ handle_purse_create_deposit_finished (void *cls, TALER_amount_cmp (&left, &deposit->contribution)) { - /* Balance was sufficient after all; recoup MAY have still been possible */ + /* Balance was sufficient after all; operation MAY have still been possible */ GNUNET_break_op (0); continue; } -- cgit v1.2.3