summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-12 11:47:01 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-12 11:47:01 +0200
commit9891cafe12e48f2e79d47a0c62780ebeb4f6876a (patch)
tree4629379822111372481171531d2926f5d79cd14b /src/include
parent006c55b3de1262c390e2139798422ca0fb1e9c02 (diff)
downloadexchange-9891cafe12e48f2e79d47a0c62780ebeb4f6876a.tar.gz
exchange-9891cafe12e48f2e79d47a0c62780ebeb4f6876a.tar.bz2
exchange-9891cafe12e48f2e79d47a0c62780ebeb4f6876a.zip
implementing #3819: check for inconsistent deposit request
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mintdb_plugin.h5
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,