aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorJoseph <Joseph.xu@efrei.net>2023-03-03 06:20:38 -0500
committerJoseph <Joseph.xu@efrei.net>2023-03-27 09:54:59 -0400
commitd83c2539bcee852bb0ef6025900bfa7e67c32dff (patch)
tree8429f3c08d25a1e5aedcffcdaa97825c082acf6f /src/include/taler_exchangedb_plugin.h
parentfb70814d46d5b92da45e2caa8c513263de7467b2 (diff)
downloadexchange-d83c2539bcee852bb0ef6025900bfa7e67c32dff.tar.xz
some changes for known coins
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 02d7896a6..962bccaa2 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -4026,12 +4026,7 @@ struct TALER_EXCHANGEDB_Plugin
uint64_t *known_coin_id,
struct TALER_DenominationHashP *denom_pub_hash,
struct TALER_AgeCommitmentHash *age_hash);
- enum TALER_EXCHANGEDB_CoinKnownStatus
- (*batch_ensure_coin_known)(void *cls,
- const struct TALER_CoinPublicInfo *coin,
- const struct TALER_CoinInfo *result,
- unsigned int coin_length,
- unsigned int batch_size);
+
/**
* Retrieve information about the given @a coin from the database.