diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-25 19:38:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-25 19:38:34 +0200 |
commit | a5873d022224741ab84bc3ed6703a8615f02c509 (patch) | |
tree | 76086ff8c06ec52d024f02e4ebf374d52e13f3a2 /src/include | |
parent | 6029ed7db1fd888ffdb3cfb392c3e51cab0bed2f (diff) |
more work on #5010
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |