Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
typo, docs parity_chainId: empty string -> None (#8434)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and andresilva committed Apr 19, 2018
1 parent cb31220 commit 941f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/v1/traits/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>;
Expand Down

0 comments on commit 941f238

Please sign in to comment.