Skip to content

Commit 22f4db0

Browse files
committed
Merge commit 'refs/pull/389/head' of github.com:bitcoindevkit/bdk
2 parents c1077b9 + 44d0e8d commit 22f4db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/blockchain/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pub use self::electrum::ElectrumBlockchain;
4444
pub use self::electrum::ElectrumBlockchainConfig;
4545

4646
#[cfg(feature = "rpc")]
47+
#[cfg_attr(docsrs, doc(cfg(feature = "rpc")))]
4748
pub mod rpc;
4849
#[cfg(feature = "rpc")]
4950
pub use self::rpc::RpcBlockchain;

0 commit comments

Comments
 (0)