Remove redundant non_snake_case
This commit is contained in:
parent
b5b2d6a359
commit
62ad554d84
|
@ -261,7 +261,6 @@ impl ValueCommitment {
|
|||
/// Generate a new _ValueCommitment_.
|
||||
///
|
||||
/// https://zips.z.cash/protocol/protocol.pdf#concretehomomorphiccommit
|
||||
#[allow(non_snake_case)]
|
||||
pub fn randomized<T>(csprng: &mut T, value: Amount) -> Self
|
||||
where
|
||||
T: RngCore + CryptoRng,
|
||||
|
|
Loading…
Reference in New Issue