-scope needed

This commit is contained in:
Christian Grothoff 2022-01-13 19:30:20 +01:00 committed by Gian Demarmels
parent 74ce114b83
commit ea97729ba8
No known key found for this signature in database
GPG Key ID: 030CEDDCCC92D778

View File

@ -352,6 +352,7 @@ TALER_planchet_to_coin (const struct TALER_DenominationPublicKey *dk,
}
break;
case TALER_DENOMINATION_CS:
{
struct GNUNET_CRYPTO_CsC c[2];
struct GNUNET_CRYPTO_CsBlindingSecret bs[2];
struct TALER_DenominationCsPublicR r_pub_blind;
@ -379,6 +380,7 @@ TALER_planchet_to_coin (const struct TALER_DenominationPublicKey *dk,
return GNUNET_SYSERR;
}
break;
}
default:
GNUNET_break (0);
return GNUNET_SYSERR;