-fix direction

This commit is contained in:
Christian Grothoff 2015-08-14 14:52:07 +02:00
parent e5cf863ceb
commit cb5f2b4fe5

View File

@ -1113,7 +1113,7 @@ verify_refresh_melt_signature_ok (struct TALER_MINT_RefreshMeltHandle *rmh,
} }
/* check that noreveal index is in permitted range */ /* check that noreveal index is in permitted range */
if (TALER_CNC_KAPPA >= *noreveal_index) if (TALER_CNC_KAPPA <= *noreveal_index)
{ {
GNUNET_break_op (0); GNUNET_break_op (0);
return GNUNET_SYSERR; return GNUNET_SYSERR;