summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-02 05:17:42 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-02 05:17:42 +0200
commit53e7547aaf74a0d34584e221ea92bea85c452d66 (patch)
tree9d4bb168f7c959864627549ab878323b0cb3b0de /src/include
parentb98a204562953ee70a70a293bbe669587bc4b889 (diff)
downloadexchange-53e7547aaf74a0d34584e221ea92bea85c452d66.tar.gz
exchange-53e7547aaf74a0d34584e221ea92bea85c452d66.tar.bz2
exchange-53e7547aaf74a0d34584e221ea92bea85c452d66.zip
removing broken and redundant testcase
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index e364d6b95..45553634c 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -205,8 +205,7 @@ struct TALER_EXCHANGEDB_ReserveHistory
* merchant must either use a different public key or a different
* transaction ID for the two transactions. The same coin must not
* be used twice at the same merchant for the same transaction
- * (as determined by transaction ID). (Note: we might want to
- * fix #3819 and include at least h_contract as well.)
+ * (as determined by transaction ID).
*/
struct TALER_EXCHANGEDB_Deposit
{
@@ -317,12 +316,12 @@ struct TALER_EXCHANGEDB_Refund
struct TALER_CoinPublicInfo coin;
/**
- * Public key of the merchant.
+ * Public key of the merchant.
*/
struct TALER_MerchantPublicKeyP merchant_pub;
-
+
/**
- * Signature from the merchant affirming the refund.
+ * Signature from the merchant affirming the refund.
*/
struct TALER_MerchantSignatureP merchant_sig;
@@ -338,7 +337,7 @@ struct TALER_EXCHANGEDB_Refund
* refunded.
*/
uint64_t transaction_id;
-
+
/**
* Merchant-generated REFUND transaction ID to detect duplicate
* refunds.