summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-20 15:52:40 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-20 15:52:40 +0200
commite39beff2722683cfb7a2c70f2269795a074ee778 (patch)
treeb287c6873b87caeeca01b61b4a16a801cc54be45 /src/include
parent35509528bc10546f11934ab3e965e9de16a6910f (diff)
downloadexchange-e39beff2722683cfb7a2c70f2269795a074ee778.tar.gz
exchange-e39beff2722683cfb7a2c70f2269795a074ee778.tar.bz2
exchange-e39beff2722683cfb7a2c70f2269795a074ee778.zip
fix init before use in new refund logic
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 56e226071..6a3f9249c 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1017,7 +1017,7 @@ struct TALER_EXCHANGEDB_Plugin
/**
* Obtain information about deposits that are ready to be executed.
* Such deposits must not be marked as "tiny" or "done", and the
- * execution time must be in the past.
+ * execution time and refund deadlines must both be in the past.
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param session connection to the database