remove bogus comment

This commit is contained in:
Christian Grothoff 2020-01-17 20:07:57 +01:00
parent 23cc4a521f
commit 376277f7e8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 5 deletions

View File

@ -1847,8 +1847,7 @@ reserves_update (void *cls,
/**
* Insert an 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).
* through this function.
*
* @param cls the `struct PostgresClosure` with the plugin-specific state
* @param session the database connection handle

View File

@ -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