typo, docs parity_chainId: empty string -> None (#8434)

This commit is contained in:
Wei Tang 2018-04-19 17:24:19 +08:00 committed by André Silva
parent cb31220a4a
commit 941f2380c4
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ build_rpc_trait! {
fn mode(&self) -> Result<String>;
/// 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.
#[rpc(name = "parity_chainId")]
fn chain_id(&self) -> Result<Option<U64>>;