aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-04 17:36:43 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-04 17:36:43 +0200
commit1e88796045ca0216b6c83234522423d1f9831fdd (patch)
tree9e4e6f1a5fc4a67d4b925ae48ee8597b04975955 /src/include/taler_exchangedb_plugin.h
parent7c0de44a2b62fe47168eaa857c038901533bd48b (diff)
downloadexchange-1e88796045ca0216b6c83234522423d1f9831fdd.tar.xz
finish implementation for #7808
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index d55f96421..3a6ba6514 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -160,20 +160,10 @@ struct TALER_CoinDepositEventP
struct GNUNET_DB_EventHeaderP header;
/**
- * The coin's public key.
- */
- struct TALER_CoinSpendPublicKeyP coin_pub;
-
- /**
- * The Merchant's public key.
+ * Public key of the merchant.
*/
struct TALER_MerchantPublicKeyP merchant_pub;
- /**
- * Hash over the wiring information of the merchant.
- */
- struct TALER_MerchantWireHashP h_wire;
-
};
/**