Skip to content

Commit

Permalink
rpc: Add warning to crate doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Sep 5, 2024
1 parent b9381d6 commit cec8fcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
//!
//! This crate provides an RPC server that will act like the real Bitcoin RPC
//! interface.
//!
//! WARNING: This crate is not actively maintained. And won't work correctly.
//! There is so much work needs to be done in this crate. Use it in your own
//! risk. `--features rpc_server` can be used to enable this crate.
use crate::{Client, RpcApiWrapper};
use jsonrpsee::server::middleware::rpc::RpcServiceT;
Expand Down

0 comments on commit cec8fcd

Please sign in to comment.