[docs] Add experimental warning to compact_filters and policy modules
This commit is contained in:
parent
0f2dc05c08
commit
f8d3cdca9f
@ -37,6 +37,8 @@
|
|||||||
//! connecting to a single peer at a time, optionally by opening multiple connections if it's
|
//! 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.
|
//! desirable to use multiple threads at once to sync in parallel.
|
||||||
//!
|
//!
|
||||||
|
//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
|
||||||
|
//!
|
||||||
//! ## Example
|
//! ## Example
|
||||||
//!
|
//!
|
||||||
//! ```no_run
|
//! ```no_run
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
//! This module implements the logic to extract and represent the spending policies of a descriptor
|
//! This module implements the logic to extract and represent the spending policies of a descriptor
|
||||||
//! in a more human-readable format.
|
//! in a more human-readable format.
|
||||||
//!
|
//!
|
||||||
|
//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
|
||||||
|
//!
|
||||||
//! ## Example
|
//! ## Example
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user