diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:07:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 20:07:57 +0100 |
commit | 376277f7e89ae9d994c2633ab1bf920851508a16 (patch) | |
tree | ca7c255bf3d8c8c53af0c6206dd4a238d76d85eb /src/include | |
parent | 23cc4a521f7756f44444d46c89cdfdf91196583d (diff) |
remove bogus comment
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 3631f4750..e3798c53f 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1727,9 +1727,7 @@ struct TALER_EXCHANGEDB_Plugin /** * Insert a incoming transaction into reserves. New reserves are - * also created through this function. Note that this API call - * starts (and stops) its own transaction scope (so the application - * must not do so). + * also created through this function. * * @param cls the @e cls of this struct with the plugin-specific state * @param db the database connection handle |