]> Untitled Git - bdk/commitdiff
[docs] Add experimental warning to compact_filters and policy modules
authorSteve Myers <steve@notmandatory.org>
Mon, 14 Dec 2020 05:04:17 +0000 (21:04 -0800)
committerSteve Myers <steve@notmandatory.org>
Mon, 14 Dec 2020 05:04:17 +0000 (21:04 -0800)
src/blockchain/compact_filters/mod.rs
src/descriptor/policy.rs

index b7ee67e14a984d03a42cdb0dd2d1ca70917470fa..89c2f4d98b3ae8287f80128499629e5d40ac916a 100644 (file)
@@ -37,6 +37,8 @@
 //! connecting to a single peer at a time, optionally by opening multiple connections if it's
 //! desirable to use multiple threads at once to sync in parallel.
 //!
+//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
+//!
 //! ## Example
 //!
 //! ```no_run
index d14d2da40bcab65d21385c9f34f89cbcae9fcb77..21d93b6c495229702002791c860a862c5fad15f2 100644 (file)
@@ -27,6 +27,8 @@
 //! This module implements the logic to extract and represent the spending policies of a descriptor
 //! in a more human-readable format.
 //!
+//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
+//!
 //! ## Example
 //!
 //! ```