Skip to content

Commit 8c26c22

Browse files
committed
Cleanup
1 parent 51bad5d commit 8c26c22

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

parameters/src/mainnet/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ const REMOTE_URL: &str = "https://parameters.aleo.org/mainnet";
2929
impl_local!(Degree15, "resources/", "powers-of-beta-15", "usrs");
3030
#[cfg(feature = "wasm")]
3131
impl_remote!(Degree15, REMOTE_URL, "resources/", "powers-of-beta-15", "usrs");
32-
#[cfg(not(feature = "wasm"))]
33-
impl_local!(Degree16, "resources/", "powers-of-beta-16", "usrs");
34-
#[cfg(feature = "wasm")]
3532
impl_remote!(Degree16, REMOTE_URL, "resources/", "powers-of-beta-16", "usrs");
3633
impl_remote!(Degree17, REMOTE_URL, "resources/", "powers-of-beta-17", "usrs");
3734
impl_remote!(Degree18, REMOTE_URL, "resources/", "powers-of-beta-18", "usrs");
-27.8 MB
Binary file not shown.
-3 MB
Binary file not shown.

0 commit comments

Comments
 (0)