typo, docs parity_chainId: empty string -> None (#8434)
This commit is contained in:
parent
cb31220a4a
commit
941f2380c4
@ -178,7 +178,7 @@ build_rpc_trait! {
|
|||||||
fn mode(&self) -> Result<String>;
|
fn mode(&self) -> Result<String>;
|
||||||
|
|
||||||
/// Returns the chain ID used for transaction signing at the
|
/// Returns the chain ID used for transaction signing at the
|
||||||
/// current best block. An empty string is returned if not
|
/// current best block. None is returned if not
|
||||||
/// available.
|
/// available.
|
||||||
#[rpc(name = "parity_chainId")]
|
#[rpc(name = "parity_chainId")]
|
||||||
fn chain_id(&self) -> Result<Option<U64>>;
|
fn chain_id(&self) -> Result<Option<U64>>;
|
||||||
|
Loading…
Reference in New Issue
Block a user