Skip to content

Commit

Permalink
Hide preflight module behind recording_auth feature
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Dec 14, 2023
1 parent 666b5d4 commit f8248ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soroban-env-host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ pub mod testutils;
#[cfg(test)]
mod test;

#[cfg(any(test, feature = "recording_auth"))]
pub mod preflight;

0 comments on commit f8248ed

Please sign in to comment.