diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-15 17:24:27 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-15 17:24:27 +0200 |
commit | d080e59e272e307b9ebc267f2c4dd2941cd79436 (patch) | |
tree | fceb6637439e4786d643f9235028f960cc9ab0e5 /src/include | |
parent | 33f5242ac4105d8631d659447989cb718459b081 (diff) |
resolve #3717
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index af641b186..1f4707b4d 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -685,7 +685,9 @@ struct TALER_MINTDB_Plugin /** * Insert a incoming transaction into reserves. New reserves are - * also created through this function. + * also created through this function. Note that this API call + * starts (and stops) its own transaction scope (so the application + * must not do so). * * @param cls the @e cls of this struct with the plugin-specific state * @param db the database connection handle |