summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-02 00:05:20 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-02 00:05:20 +0200
commit94dddbbe8281c71890eef1a9aa8384d99e26d5c2 (patch)
treeef2ab52a18597a3e8c44e2783aea73b675576328 /src/include
parentb293bda4acfe01f6254670779b8ac97e8b55990c (diff)
downloadexchange-94dddbbe8281c71890eef1a9aa8384d99e26d5c2.tar.gz
exchange-94dddbbe8281c71890eef1a9aa8384d99e26d5c2.tar.bz2
exchange-94dddbbe8281c71890eef1a9aa8384d99e26d5c2.zip
implementing insertion of payback information in postgres plugin (part of #3887)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 332c668de..781d4e60d 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1955,7 +1955,6 @@ struct TALER_EXCHANGEDB_Plugin
const struct TALER_CoinPublicInfo *coin,
const struct TALER_CoinSpendSignatureP *coin_sig,
const struct TALER_DenominationBlindingKeyP *coin_blind,
- const struct GNUNET_HashCode *h_blinded_ev,
const struct TALER_Amount *amount,
struct GNUNET_TIME_Absolute *deadline);