Skip to content

Commit

Permalink
fix feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Nov 3, 2024
1 parent ff6079d commit 33354b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallas/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub mod storage {
// we don't have a way to notify users.
pub use pallas_applying as applying;

#[cfg(feature = "wallet")]
pub mod wallet {
//! Utilities for wallet implementations

Expand Down

0 comments on commit 33354b4

Please sign in to comment.