diff --git a/src/range_proof/party.rs b/src/range_proof/party.rs index ef84ab25..aaf2c8fe 100644 --- a/src/range_proof/party.rs +++ b/src/range_proof/party.rs @@ -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( + pub fn apply_challenge( self, vc: &BitChallenge, ) -> (PartyAwaitingPolyChallenge, PolyCommitment) {