-fix typo

This commit is contained in:
Christian Grothoff 2015-08-14 14:51:24 +02:00
parent 3a3afcb119
commit e5cf863ceb

View File

@ -1088,7 +1088,7 @@ verify_refresh_melt_signature_ok (struct TALER_MINT_RefreshMeltHandle *rmh,
const struct TALER_MINT_Keys *key_state; const struct TALER_MINT_Keys *key_state;
struct MAJ_Specification spec[] = { struct MAJ_Specification spec[] = {
MAJ_spec_fixed_auto ("mint_sig", &mint_sig), MAJ_spec_fixed_auto ("mint_sig", &mint_sig),
MAJ_spec_fixed_auto ("mint_pub", &mint_sig), MAJ_spec_fixed_auto ("mint_pub", &mint_pub),
MAJ_spec_uint16 ("noreveal_index", noreveal_index), MAJ_spec_uint16 ("noreveal_index", noreveal_index),
MAJ_spec_end MAJ_spec_end
}; };