diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-31 12:49:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-31 12:49:51 +0100 |
commit | 43ee9da01dce57260f3c3c706655f2b830474be2 (patch) | |
tree | 042178d37d78495c3f05e72d6d79fd1961c05c10 /src/include/taler_exchangedb_plugin.h | |
parent | b5e9523f947231854a3363348f32bd7a6ed6069d (diff) |
misc fixes
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 9c6f322e1..3c754539a 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2722,7 +2722,6 @@ struct TALER_EXCHANGEDB_Plugin * @param coin_pub the coin to check for deposit * @param merchant_pub merchant to receive the deposit * @param h_contract_terms contract terms of the deposit - * @param h_wire hash of the merchant's wire details * @return #GNUNET_DB_STATUS_SUCCESS_ONE_RESULT if is is marked done, * #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if not, * otherwise transaction error status (incl. deposit unknown) @@ -2731,8 +2730,8 @@ struct TALER_EXCHANGEDB_Plugin (*test_deposit_done)(void *cls, const struct TALER_CoinSpendPublicKeyP *coin_pub, const struct TALER_MerchantPublicKeyP *merchant_pub, - const struct TALER_PrivateContractHash *h_contract_terms, - const struct TALER_MerchantWireHash *h_wire); + const struct + TALER_PrivateContractHash *h_contract_terms); /** |