diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-08 23:37:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-08 23:37:55 +0200 |
commit | 8bbcf86678b3abbc8c6b5ec63b5a94a2777d055a (patch) | |
tree | a0b3cd4fcf5d4353423c59923be784f00818f837 /src/include/taler_exchangedb_plugin.h | |
parent | fa1ca946c9b835e41e3acb3aa75862e35381cf8f (diff) |
more work on auditordb plugin API
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 63327fcd4..fb1eaf627 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -756,7 +756,7 @@ struct TALER_EXCHANGEDB_Plugin * @param cls the @e cls of this struct with the plugin-specific state * @param session connection to use * @param denom_pub the public key used for signing coins of this denomination - * @param issue issuing information with value, fees and other info about the coin + * @param issue issuing information with value, fees and other info about the denomination * @return #GNUNET_OK on success; #GNUNET_SYSERR on failure */ int |