]> Untitled Git - bdk/commit
chore(chain): relax `miniscript` feature flag scope
author志宇 <hello@evanlinjin.me>
Thu, 13 Jun 2024 06:13:46 +0000 (14:13 +0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 13 Jun 2024 17:56:30 +0000 (12:56 -0500)
commit36e82ec6869c5c5c5669d4d049636225f9a8e986
treefad5512bc3cd1e9b02ae78600e38e054f046d76f
parent9e97ac03307f3194e043ef430e4bde2e5c25254c
chore(chain): relax `miniscript` feature flag scope

Still enable the `persist` submodule without `miniscript` feature flag.
Only disable `CombinedChangeSet`.

Also stop `cargo clippy` from complaining about unused imports when
`miniscript` is disabled.
crates/chain/src/lib.rs
crates/chain/src/persist.rs
crates/chain/src/spk_client.rs