mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
move wiki -> docs (#10225)
Co-authored-by: Dan Shields <danwshields@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ pub struct RunCmd {
|
||||
///
|
||||
/// Default is local. Note: not all RPC methods are safe to be exposed publicly. Use an RPC
|
||||
/// proxy server to filter out dangerous methods. More details:
|
||||
/// <https://github.com/paritytech/substrate/wiki/Public-RPC>.
|
||||
/// <https://docs.substrate.io/v3/runtime/custom-rpcs/#public-rpcs>.
|
||||
/// Use `--unsafe-rpc-external` to suppress the warning if you understand the risks.
|
||||
#[structopt(long = "rpc-external")]
|
||||
pub rpc_external: bool,
|
||||
@@ -89,7 +89,7 @@ pub struct RunCmd {
|
||||
///
|
||||
/// Default is local. Note: not all RPC methods are safe to be exposed publicly. Use an RPC
|
||||
/// proxy server to filter out dangerous methods. More details:
|
||||
/// <https://github.com/paritytech/substrate/wiki/Public-RPC>.
|
||||
/// <https://docs.substrate.io/v3/runtime/custom-rpcs/#public-rpcs>.
|
||||
/// Use `--unsafe-ws-external` to suppress the warning if you understand the risks.
|
||||
#[structopt(long = "ws-external")]
|
||||
pub ws_external: bool,
|
||||
|
||||
Reference in New Issue
Block a user