diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-29 18:02:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-29 18:02:00 +0100 |
commit | e89bb8edaa9c1e3fe6a9afd5a8e9d7ad606620b5 (patch) | |
tree | 423fda810d60eb380d1aa67e2fab389f390e53e8 /src/include | |
parent | 855e7829d764aa178020ce4423449dcb5a8536ce (diff) |
more DB functions for new /management/ endpoints
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 27ba0b491..ae240b8d6 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -3150,6 +3150,7 @@ struct TALER_EXCHANGEDB_Plugin * @param cls closure * @param session a session * @param h_denom_pub hash of the denomination public key + * @param master_pub master public key used for @a master_sig * @param master_sig master signature to add * @return transaction status code */ @@ -3158,6 +3159,7 @@ struct TALER_EXCHANGEDB_Plugin void *cls, struct TALER_EXCHANGEDB_Session *session, const struct GNUNET_HashCode *h_denom_pub, + const struct TALER_MasterPublicKeyP *master_pub, const struct TALER_MasterSignatureP *master_sig); |