diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-02 22:34:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-02 22:34:45 +0200 |
commit | b988eb92fc9ea7fca8db7895e52af67a1a9231d7 (patch) | |
tree | 188215ef24455fbedab1428424d9bf0aef0be7ef /src/include/taler_exchangedb_plugin.h | |
parent | b95522c1ddf6e32a35dbec2123c24363316a9514 (diff) |
implement tests for extended DB API
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 37040d39a..b578abf95 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1949,7 +1949,7 @@ struct TALER_EXCHANGEDB_Plugin * @param cls closure * @param session database connection * @param reserve_pub public key of the reserve that is being refunded - * @param coin information about the coin + * @param coin_pub public key of the coin * @param coin_sig signature of the coin of type #TALER_SIGNATURE_WALLET_COIN_PAYBACK * @param coin_blind blinding key of the coin * @param h_blind_ev blinded envelope, as calculated by the exchange @@ -1964,7 +1964,7 @@ struct TALER_EXCHANGEDB_Plugin (*insert_payback_request)(void *cls, struct TALER_EXCHANGEDB_Session *session, const struct TALER_ReservePublicKeyP *reserve_pub, - const struct TALER_CoinPublicInfo *coin, + const struct TALER_CoinSpendPublicKeyP *coin_pub, const struct TALER_CoinSpendSignatureP *coin_sig, const struct TALER_DenominationBlindingKeyP *coin_blind, const struct TALER_Amount *amount, |