summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-27 20:43:52 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-27 20:43:52 +0200
commitccfe99a82d700198b4d5e97a0aad64f8b13d7345 (patch)
treecbc6a7254ce282102c4d6b197f747cf364681117 /src/exchangedb/test_exchangedb.c
parent1057333666ad3aa17568255f0b7ffa1a2d9bcf40 (diff)
downloadexchange-ccfe99a82d700198b4d5e97a0aad64f8b13d7345.tar.gz
exchange-ccfe99a82d700198b4d5e97a0aad64f8b13d7345.tar.bz2
exchange-ccfe99a82d700198b4d5e97a0aad64f8b13d7345.zip
more denom sig checking in auditor
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index cab05f08c..ef4775482 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -749,6 +749,7 @@ cb_wt_never (void *cls,
const json_t *wire,
struct GNUNET_TIME_Absolute exec_time,
const struct GNUNET_HashCode *h_contract_terms,
+ const struct TALER_DenominationPublicKey *denom_pub,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
const struct TALER_Amount *coin_value,
const struct TALER_Amount *coin_fee)
@@ -793,6 +794,7 @@ cb_wt_check (void *cls,
const json_t *wire,
struct GNUNET_TIME_Absolute exec_time,
const struct GNUNET_HashCode *h_contract_terms,
+ const struct TALER_DenominationPublicKey *denom_pub,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
const struct TALER_Amount *coin_value,
const struct TALER_Amount *coin_fee)