Skip to content

Commit

Permalink
Remove orchard feature flag from behind zcash_unstable cfg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Mar 19, 2024
1 parent 35a60ab commit b189fe7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:

- state: Orchard
extra_flags: orchard
rustflags: '--cfg zcash_unstable="orchard"'
- state: NU6
rustflags: '--cfg zcash_unstable="nu6"'

Expand Down
5 changes: 0 additions & 5 deletions zcash_client_backend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,3 @@ pub use zcash_protocol::{PoolType, ShieldedProtocol};
#[cfg(test)]
#[macro_use]
extern crate assert_matches;

#[cfg(all(feature = "orchard", not(zcash_unstable = "orchard")))]
core::compile_error!(
"The `orchard` feature flag requires the `zcash_unstable=\"orchard\"` RUSTFLAG."
);

0 comments on commit b189fe7

Please sign in to comment.