From e0d46f96859b33b3f04791028e30bce4f0173567 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jan 2024 12:08:53 +0100 Subject: auditordb tabularasa --- src/auditordb/pg_update_reserve_info.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/auditordb/pg_update_reserve_info.h') diff --git a/src/auditordb/pg_update_reserve_info.h b/src/auditordb/pg_update_reserve_info.h index 1c7707f07..25f43476a 100644 --- a/src/auditordb/pg_update_reserve_info.h +++ b/src/auditordb/pg_update_reserve_info.h @@ -32,7 +32,6 @@ * * @param cls the @e cls of this struct with the plugin-specific state * @param reserve_pub public key of the reserve - * @param master_pub master public key of the exchange * @param rfb amounts for the reserve * @param expiration_date expiration date of the reserve * @return transaction status code @@ -41,7 +40,6 @@ enum GNUNET_DB_QueryStatus TAH_PG_update_reserve_info ( void *cls, const struct TALER_ReservePublicKeyP *reserve_pub, - const struct TALER_MasterPublicKeyP *master_pub, const struct TALER_AUDITORDB_ReserveFeeBalance *rfb, struct GNUNET_TIME_Timestamp expiration_date); -- cgit v1.2.3