diff --git a/src/blockchain/rpc.rs b/src/blockchain/rpc.rs index c457af59..3d25e818 100644 --- a/src/blockchain/rpc.rs +++ b/src/blockchain/rpc.rs @@ -13,6 +13,8 @@ //! //! Backend that gets blockchain data from Bitcoin Core RPC //! +//! This is an **EXPERIMENTAL** feature, API and other major changes are expected. +//! //! ## Example //! //! ```no_run