Skip to content

Commit

Permalink
Fix bad copypasta, remove template parameters
Browse files Browse the repository at this point in the history
Co-Authored-By: Henry de Valence <[email protected]>
  • Loading branch information
xoloki and hdevalence authored Aug 14, 2019
1 parent b451bcc commit 04533f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range_proof/party.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl<'a> PartyAwaitingBitChallenge<'a> {
/// Receive a [`BitChallenge`] from the dealer and use it to
/// compute commitments to the party's polynomial coefficients.
#[cfg(feature = "std")]
pub fn apply_challenge<T: RngCore + CryptoRng>(
pub fn apply_challenge(
self,
vc: &BitChallenge,
) -> (PartyAwaitingPolyChallenge, PolyCommitment) {
Expand Down

0 comments on commit 04533f5

Please sign in to comment.