diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_mintdb_plugin.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index a249c6ad..72156ece 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, | 
