Skip to content

Commit

Permalink
sdk: adj prelude module
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Aug 14, 2024
1 parent 63a2dbb commit 728630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nostr-sdk/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// External crates
pub use nostr::prelude::*;
pub use nostr_database::*;
pub use nostr_relay_pool::*;
pub use nostr_relay_pool::prelude::*;
pub use nostr_signer::prelude::*;
#[cfg(feature = "nip57")]
pub use nostr_zapper::prelude::*;
Expand Down

0 comments on commit 728630c

Please sign in to comment.