mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 11:39:30 +00:00
doc fix
This commit is contained in:
parent
916d593024
commit
ff48fb4679
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ use crate::rpc_handler::RpcHandler;
|
|||
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
#[cfg_attr(feature = "serde", derive(Deserialize, Serialize))]
|
||||
pub struct RpcHandlerDummy {
|
||||
/// Should this RPC server be [restricted](RpcHandler::restricted)?
|
||||
/// Should this RPC server be [restricted](RpcHandler::is_restricted)?
|
||||
///
|
||||
/// The dummy will honor this [`bool`]
|
||||
/// on restricted methods/endpoints.
|
||||
|
|
Loading…
Reference in a new issue