[docs] Add experimental warning to compact_filters and policy modules

This commit is contained in:
Steve Myers 2020-12-13 21:04:17 -08:00
parent 0f2dc05c08
commit f8d3cdca9f
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 4 additions and 0 deletions

View 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

View 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
//!
//! ```