We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9381d6 commit cec8fcdCopy full SHA for cec8fcd
src/rpc/mod.rs
@@ -2,6 +2,10 @@
2
//!
3
//! This crate provides an RPC server that will act like the real Bitcoin RPC
4
//! 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.
9
10
use crate::{Client, RpcApiWrapper};
11
use jsonrpsee::server::middleware::rpc::RpcServiceT;
0 commit comments