diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-19 20:46:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-19 20:46:24 +0200 |
commit | 703c54a279af8441e1a1e686f71d26bcd69bfd7d (patch) | |
tree | 233f57e999224430f2844c6a01c7e1da07d63a86 /src/include | |
parent | a0c66e79191ca4339ea91e74e3742ccd8bd515ab (diff) |
fix #5010 for /track/transaction
Diffstat (limited to 'src/include')
-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 8795811a2..23e80c077 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1754,10 +1754,9 @@ struct TALER_EXCHANGEDB_Plugin * @param merchant_pub merchant public key * @param cb function to call with the result * @param cb_cls closure to pass to @a cb - * @return #GNUNET_OK on success, #GNUNET_SYSERR on DB errors, - * #GNUNET_NO if nothing was found + * @return transaction status code */ - int + enum GNUNET_DB_QueryStatus (*wire_lookup_deposit_wtid)(void *cls, struct TALER_EXCHANGEDB_Session *session, const struct GNUNET_HashCode *h_contract_terms, |