diff options
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/crypto.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c index 50f2d97d..549ec8b1 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -505,8 +505,8 @@ TALER_coin_ev_hash (const struct TALER_BlindedPlanchet *blinded_planchet,      return GNUNET_OK;    case TALER_DENOMINATION_CS:      GNUNET_CRYPTO_hash ( -      &blinded_planchet->details.cs_blinded_planchet, -      sizeof (blinded_planchet->details.cs_blinded_planchet), +      &blinded_planchet->details.cs_blinded_planchet.nonce, +      sizeof (blinded_planchet->details.cs_blinded_planchet.nonce),        &bch->hash);      return GNUNET_OK;    default:  | 
