[rpc] Mark the RPC backend as experimental

This commit is contained in:
Alekos Filini 2021-07-02 10:07:44 +02:00
parent fbdee52f2f
commit b6beef77e7
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View 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