Skip to content

Commit e5d4994

Browse files
committed
Merge commit 'refs/pull/383/head' of github.com:bitcoindevkit/bdk
2 parents 879e5cf + 58cf460 commit e5d4994

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ required-features = ["compiler"]
8989
[workspace]
9090
members = ["macros"]
9191
[package.metadata.docs.rs]
92-
features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db", "all-keys", "verify"]
92+
features = ["compiler", "electrum", "esplora", "compact_filters", "rpc", "key-value-db", "all-keys", "verify"]
9393
# defines the configuration attribute `docsrs`
9494
rustdoc-args = ["--cfg", "docsrs"]

src/blockchain/rpc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
//!
1414
//! Backend that gets blockchain data from Bitcoin Core RPC
1515
//!
16+
//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
17+
//!
1618
//! ## Example
1719
//!
1820
//! ```no_run

0 commit comments

Comments
 (0)