diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-12 11:47:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-12 11:47:01 +0200 |
commit | 9891cafe12e48f2e79d47a0c62780ebeb4f6876a (patch) | |
tree | 4629379822111372481171531d2926f5d79cd14b /src/include/taler_mintdb_plugin.h | |
parent | 006c55b3de1262c390e2139798422ca0fb1e9c02 (diff) |
implementing #3819: check for inconsistent deposit request
Diffstat (limited to 'src/include/taler_mintdb_plugin.h')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index a249c6ade..72156ecec 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -813,7 +813,10 @@ struct TALER_MINTDB_Plugin * @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 internal error + * #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.) */ int (*have_deposit) (void *cls, |