Remove commented out asserts

Co-Authored-By: Henry de Valence <hdevalence@hdevalence.ca>
This commit is contained in:
Deirdre Connolly 2020-01-28 01:05:49 -05:00 committed by Deirdre Connolly
parent 09e34f258f
commit cdeaeaa3d6
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ impl<P: ZkSnarkProof> ZcashSerialize for JoinSplit<P> {
writer.write_all(&self.vmacs[0][..])?;
writer.write_all(&self.vmacs[1][..])?;
self.zkproof.zcash_serialize(&mut writer)?;
// assert_eq!(self.enc_ciphertexts[0].len(), 601); // XXX remove when type is refined
self.enc_ciphertexts[0].zcash_serialize(&mut writer)?;
// assert_eq!(self.enc_ciphertexts[1].len(), 601); // XXX remove when type is refined
self.enc_ciphertexts[1].zcash_serialize(&mut writer)?;