Skip to content

Commit 8a595a8

Browse files
committed
refactor: remove unnecessary all predicate
1 parent d2a524b commit 8a595a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::persister::{Persister, PersisterError};
1818
#[cfg(feature = "cbf")]
1919
use crate::utils::BlockchainClient::KyotoClient;
2020
use crate::utils::*;
21-
#[cfg(all(feature = "redb",))]
21+
#[cfg(feature = "redb")]
2222
use bdk_redb::Store as RedbStore;
2323
use bdk_wallet::bip39::{Language, Mnemonic};
2424
use bdk_wallet::bitcoin::bip32::{DerivationPath, KeySource};

0 commit comments

Comments
 (0)