diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-05 13:48:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-05 13:48:57 +0200 |
commit | c4f3c9be6cdf54d6dcbefbb5960c64d1741182cc (patch) | |
tree | 39d36aba21d3a838fc88ec4c3b8bb20b0579cd24 /src/include | |
parent | b978cba29cc2209481fcdb60b9ae44877962b9b6 (diff) |
clean up postgres_reserves_in_insert logic and improve docu
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index d41538fb1..c4b89bcd8 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -723,7 +723,7 @@ struct TALER_MINTDB_Plugin * * @param cls the @e cls of this struct with the plugin-specific state * @param sesssion database connection to use - * @param h_blind hash of the blinded message + * @param h_blind hash of the blinded message to be signed * @param collectable corresponding collectable coin (blind signature) * if a coin is found * @return #GNUNET_SYSERR on internal error @@ -743,9 +743,11 @@ struct TALER_MINTDB_Plugin * * @param cls the @e cls of this struct with the plugin-specific state * @param sesssion database connection to use - * @param h_blind hash of the blinded message + * @param h_blind hash of the blinded message which is (blindly) signed by the + * signature in @a collectable * @param withdraw amount by which the reserve will be withdrawn with this - * transaction + * transaction (based on the value of the denomination key + * used for the signature); coin value plus fee. * @param collectable corresponding collectable coin (blind signature) * if a coin is found * @return #GNUNET_SYSERR on internal error |