diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-02 00:05:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-02 00:05:20 +0200 |
commit | 94dddbbe8281c71890eef1a9aa8384d99e26d5c2 (patch) | |
tree | ef2ab52a18597a3e8c44e2783aea73b675576328 /src/include/taler_exchangedb_plugin.h | |
parent | b293bda4acfe01f6254670779b8ac97e8b55990c (diff) |
implementing insertion of payback information in postgres plugin (part of #3887)
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 1 |
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); |