summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-05 16:38:29 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-05 16:38:29 +0200
commit7e5c6a7e46b860f2c26971923b96cc1aad6f5d30 (patch)
tree46e37ab79b621273949281b8cbbf9560b7677295 /src/include
parent67d6bbd7365cd347dfac53d7529ca851439de8c3 (diff)
downloadexchange-7e5c6a7e46b860f2c26971923b96cc1aad6f5d30.tar.gz
exchange-7e5c6a7e46b860f2c26971923b96cc1aad6f5d30.tar.bz2
exchange-7e5c6a7e46b860f2c26971923b96cc1aad6f5d30.zip
-insert routines
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 971b03724..a6b7a616e 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -321,16 +321,6 @@ struct TALER_EXCHANGEDB_TableData
struct
{
struct TALER_ReservePublicKeyP reserve_pub;
- struct GNUNET_TIME_Timestamp execution_date;
- struct TALER_WireTransferIdentifierRawP wtid;
- struct TALER_PaytoHashP wire_target_h_payto;
- struct TALER_Amount amount;
- struct TALER_Amount closing_fee;
- } reserves_close;
-
- struct
- {
- struct TALER_ReservePublicKeyP reserve_pub;
struct GNUNET_TIME_Timestamp request_timestamp;
struct GNUNET_TIME_Timestamp expiration_date;
struct TALER_ReserveSignatureP reserve_sig;