From a5873d022224741ab84bc3ed6703a8615f02c509 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 May 2017 19:38:34 +0200 Subject: more work on #5010 --- src/include/taler_exchangedb_plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 10bf805eb..66c41ad63 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1488,6 +1488,7 @@ struct TALER_EXCHANGEDB_Plugin * @param num_newcoins number of coins to generate, size of the @a denom_pubs array * @param denom_pubs array denominations of the coins to create * @return #GNUNET_OK on success + * #GNUNET_NO on transient error * #GNUNET_SYSERR on internal error */ int @@ -1528,6 +1529,7 @@ struct TALER_EXCHANGEDB_Plugin * @param num_newcoins coin index size of the @a commit_coins array * @param commit_coin array of coin commitments to store * @return #GNUNET_OK on success + * #GNUNET_NO on transient error * #GNUNET_SYSERR on error */ int -- cgit v1.2.3