Skip to content

Commit cec8fcd

Browse files
committed
rpc: Add warning to crate doc.
1 parent b9381d6 commit cec8fcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rpc/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
//!
33
//! This crate provides an RPC server that will act like the real Bitcoin RPC
44
//! interface.
5+
//!
6+
//! WARNING: This crate is not actively maintained. And won't work correctly.
7+
//! There is so much work needs to be done in this crate. Use it in your own
8+
//! risk. `--features rpc_server` can be used to enable this crate.
59
610
use crate::{Client, RpcApiWrapper};
711
use jsonrpsee::server::middleware::rpc::RpcServiceT;

0 commit comments

Comments
 (0)