summaryrefslogtreecommitdiff
path: root/src/mint/mint_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-31 20:08:21 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-31 20:08:21 +0100
commit2bb962c9bef4f5c594684c1f1965c697e5bcd0a5 (patch)
tree9355796bd4d414342e43acc8d1faf0d940f45df6 /src/mint/mint_db.h
parent6d8ccc9fe7d328a2ac53263f289f2e309704e412 (diff)
downloadexchange-2bb962c9bef4f5c594684c1f1965c697e5bcd0a5.tar.gz
exchange-2bb962c9bef4f5c594684c1f1965c697e5bcd0a5.tar.bz2
exchange-2bb962c9bef4f5c594684c1f1965c697e5bcd0a5.zip
finished first pass over /refresh/reveal logic, simplifying mint_db API by keeping sigs around immediately
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r--src/mint/mint_db.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h
index ec9947bc2..658e87e46 100644
--- a/src/mint/mint_db.h
+++ b/src/mint/mint_db.h
@@ -36,24 +36,6 @@ TALER_MINT_DB_prepare (PGconn *db_conn);
-int
-TALER_MINT_DB_insert_refresh_collectable (PGconn *db_conn,
- uint16_t newcoin_index,
- const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub,
- const struct GNUNET_CRYPTO_rsa_Signature *ev_sig);
-
-
-struct GNUNET_CRYPTO_rsa_Signature *
-TALER_MINT_DB_get_refresh_collectable (PGconn *db_conn,
- uint16_t newcoin_index,
- const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub);
-
-
-
-int
-TALER_MINT_DB_set_reveal_ok (PGconn *db_conn,
- const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub);
-