From c1b43de5b4b5a1b4512c6e1a6f87b830df240fc9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 29 Jul 2022 09:21:38 +0200 Subject: add offline signature to drain profits (#4960) --- src/include/taler_exchangedb_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/taler_exchangedb_lib.h') diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h index 7f466728..45889435 100644 --- a/src/include/taler_exchangedb_lib.h +++ b/src/include/taler_exchangedb_lib.h @@ -95,7 +95,7 @@ struct TALER_EXCHANGEDB_AccountInfo * @param[out] ret where the resulting total is to be stored * @return #GNUNET_OK on success, #GNUNET_SYSERR on errors */ -int +enum GNUNET_GenericReturnValue TALER_EXCHANGEDB_calculate_transaction_list_totals ( struct TALER_EXCHANGEDB_TransactionList *tl, const struct TALER_Amount *off, -- cgit v1.2.3