diff options
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 11404959d..90643d62e 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h | |||
@@ -1827,7 +1827,9 @@ struct TALER_EXCHANGEDB_Plugin | |||
1827 | * @param cls the @e cls of this struct with the plugin-specific state | 1827 | * @param cls the @e cls of this struct with the plugin-specific state |
1828 | * @param session database handle to use | 1828 | * @param session database handle to use |
1829 | * @param rc commitment to use for the lookup | 1829 | * @param rc commitment to use for the lookup |
1830 | * @param[out] refresh_melt where to store the result | 1830 | * @param[out] refresh_melt where to store the result; note that |
1831 | * refresh_melt->session.coin.denom_sig will be set to NULL | ||
1832 | * and is not fetched by this routine (as it is not needed by the client) | ||
1831 | * @return transaction status | 1833 | * @return transaction status |
1832 | */ | 1834 | */ |
1833 | enum GNUNET_DB_QueryStatus | 1835 | enum GNUNET_DB_QueryStatus |