From 06c23275587272873b49801648c7fb52331fbdf9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Mar 2017 14:09:58 +0100 Subject: verify deposit signature during audit --- src/include/taler_exchangedb_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 524025e3..a365e358 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -590,6 +590,7 @@ typedef void * * @param cls closure * @param rowid unique serial ID for the deposit in our DB + * @param timestamp when did the deposit happen * @param merchant_pub public key of the merchant * @param coin_pub public key of the coin * @param coin_sig signature from the coin @@ -606,6 +607,7 @@ typedef void typedef int (*TALER_EXCHANGEDB_DepositCallback)(void *cls, uint64_t rowid, + struct GNUNET_TIME_Absolute timestamp, const struct TALER_MerchantPublicKeyP *merchant_pub, const struct TALER_CoinSpendPublicKeyP *coin_pub, const struct TALER_CoinSpendSignatureP *coin_sig, -- cgit v1.2.3