diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_mintdb_plugin.h | 12 | 
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 63dacf73..b7dc1ff4 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -651,8 +651,16 @@ struct TALER_MINTDB_Plugin    (*rollback) (void *cls,                 struct TALER_MINTDB_Session *sesssion); +    /** -   * Insert a denomination key +   * Insert a denomination key. +   * +   * FIXME: Note that the main mint currently does NOT use this API at +   * all.  Furthermore, the function to retrieve denomination keys +   * from the DB is still missing.  The main mint should check if its +   * denomination keys are in the DB, and if not, insert them (when it +   * loads them).  The auditor will (presumably) need the denomination +   * key information to audit the DB. (#3808).     *     * @param cls the @e cls of this struct with the plugin-specific state     * @param sesssion connection to use @@ -665,6 +673,8 @@ struct TALER_MINTDB_Plugin                            const struct TALER_MINTDB_DenominationKeyIssueInformation *dki); + +    /**     * Get the summary of a reserve.     *  | 
