Skip to content

Commit

Permalink
typo, docs parity_chainId: empty string -> None (openethereum#8434)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and VladLupashevskyi committed May 23, 2018
1 parent d0a903c commit a08069c
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 a08069c

Please sign in to comment.