diff options
| author | Gian Demarmels <gian@demarmels.org> | 2022-01-17 09:37:36 +0100 | 
|---|---|---|
| committer | Gian Demarmels <gian@demarmels.org> | 2022-02-04 15:37:33 +0100 | 
| commit | be50c084f89e8588dd2d4a4aa30c58002053ee31 (patch) | |
| tree | e6651b08f663446f21c59b9428e57ca46b7b4bab /src/util/denom.c | |
| parent | ae5f082c75eb140167dc0254894dd4d57ba62a6d (diff) | |
fixed nonce check, renamed WithdrawNonce
Diffstat (limited to 'src/util/denom.c')
| -rw-r--r-- | src/util/denom.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/denom.c b/src/util/denom.c index 43204f09..fa890978 100644 --- a/src/util/denom.c +++ b/src/util/denom.c @@ -83,7 +83,7 @@ TALER_denom_priv_create (struct TALER_DenominationPrivateKey *denom_priv,  enum GNUNET_GenericReturnValue -TALER_denom_cs_derive_r_public (const struct TALER_WithdrawNonce *nonce, +TALER_denom_cs_derive_r_public (const struct TALER_CsNonce *nonce,                                  const struct                                  TALER_DenominationPrivateKey *denom_priv,                                  struct TALER_DenominationCsPublicR *r_pub)  | 
