From ed57e6dc860811d01035ba4c4580648472fe69fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Sat, 22 Apr 2023 16:05:34 +0200 Subject: [PATCH] -typo --- src/include/taler_exchangedb_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index c3f670579..43f6b73e8 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -3820,7 +3820,7 @@ struct TALER_EXCHANGEDB_Plugin (*insert_age_withdraw_reveal)( void *cls, uint64_t h_commitment, - uint32_t num_coins, + uint32_t num_coins /* TODO: oec */ );