summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-17 14:09:58 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-17 14:09:58 +0100
commit06c23275587272873b49801648c7fb52331fbdf9 (patch)
treecdeb7a0a7c5fafbdb58099620c93b00b8a44b01b /src/include
parent2d7d658e8b488bb155d977507bee31a1f95b912d (diff)
downloadexchange-06c23275587272873b49801648c7fb52331fbdf9.tar.gz
exchange-06c23275587272873b49801648c7fb52331fbdf9.tar.bz2
exchange-06c23275587272873b49801648c7fb52331fbdf9.zip
verify deposit signature during audit
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 524025e32..a365e3588 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,