]> Untitled Git - bdk/commitdiff
[rpc] Mark the RPC backend as experimental
authorAlekos Filini <alekos.filini@gmail.com>
Fri, 2 Jul 2021 08:07:44 +0000 (10:07 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Fri, 2 Jul 2021 08:07:44 +0000 (10:07 +0200)
src/blockchain/rpc.rs

index c457af59495b34bf8ba9530e2f35c1b686a5b464..3d25e81805b0cf79133f358d2dd9463c586ab9bf 100644 (file)
@@ -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