From: Alekos Filini Date: Fri, 2 Jul 2021 08:07:44 +0000 (+0200) Subject: [rpc] Mark the RPC backend as experimental X-Git-Tag: v0.9.0~3^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.String.html?a=commitdiff_plain;h=b6beef77e77343fe29ffc0e3daf75c9c831b9d62;p=bdk [rpc] Mark the RPC backend as experimental --- 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