diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-09 18:03:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-09 18:03:42 +0200 |
commit | e6ff049c203a8a5ab0d14a44bca3e2aae356d786 (patch) | |
tree | aedf789e98d7fee6cb830d026c463aecc7ebddcd /src/include | |
parent | e982139186a4503d709b1c0aa760534f90cb3ba7 (diff) |
fix #3935 by removing error message: the test provokes this intentionally
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 21d83d9d8..a7a735745 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -830,11 +830,8 @@ struct TALER_MINTDB_Plugin * @param sesssion database connection * @param deposit deposit to search for * @return #GNUNET_YES if we know this operation, - * #GNUNET_NO if this deposit is unknown to us, - * #GNUNET_SYSERR on DB error or if same coin(pub), merchant(pub) and - * transaction ID are already in DB, but for different - * other transaction details (contract, wiring details, - * amount, etc.) + * #GNUNET_NO if this exact deposit is unknown to us, + * #GNUNET_SYSERR on DB error */ int (*have_deposit) (void *cls, |