aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-09 13:29:40 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-09 13:29:40 +0100
commite18e0809b7657688c8301632f3e803686610fa6f (patch)
tree4da47c3d504ef2096b9e789666a6b5efbe615abe /src/include
parent2992b42baedc5c2f5afeaef89c55604c45849370 (diff)
downloadexchange-e18e0809b7657688c8301632f3e803686610fa6f.tar.xz
towards testing coin history API properly
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 136967187..2d002abe2 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -591,19 +591,6 @@ TALER_TESTING_parse_coin_reference (
unsigned int *idx);
-/**
- * Compare @a h1 and @a h2.
- *
- * @param h1 a history entry
- * @param h2 a history entry
- * @return 0 if @a h1 and @a h2 are equal
- */
-int
-TALER_TESTING_history_entry_cmp (
- const struct TALER_EXCHANGE_ReserveHistoryEntry *h1,
- const struct TALER_EXCHANGE_ReserveHistoryEntry *h2);
-
-
/* ************** Specific interpreter commands ************ */
@@ -2721,6 +2708,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
op (age_commitment_proof, const struct TALER_AgeCommitmentProof) \
op (h_age_commitment, const struct TALER_AgeCommitmentHash) \
op (reserve_history, const struct TALER_EXCHANGE_ReserveHistoryEntry) \
+ op (coin_history, const struct TALER_EXCHANGE_CoinHistoryEntry) \
op (planchet_secrets, const struct TALER_PlanchetMasterSecretP) \
op (exchange_wd_value, const struct TALER_ExchangeWithdrawValues) \
op (coin_priv, const struct TALER_CoinSpendPrivateKeyP) \