No need to clone this.

This commit is contained in:
Sean Bowe 2016-09-13 11:42:11 -06:00
parent 5a6f2cd903
commit 6e987d78b1
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ impl<'a, R: Rng> Transcript<'a, R, PowersOfTau> {
if spairs.hash() != commitment {
false
} else {
self.meta.spairs.push(spairs.clone());
self.meta.spairs.push(spairs);
true
}