Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: stats uncle rate #1047

Merged

Conversation

zhangsoledad
Copy link
Member

No description provided.

@zhangsoledad zhangsoledad requested a review from a team June 17, 2019 07:57
@nervos-bot
Copy link

nervos-bot bot commented Jun 17, 2019

@quake is assigned as the chief reviewer

@zhangsoledad zhangsoledad changed the title feat: stats cli feat: stats uncle rate Jun 17, 2019
@@ -109,8 +109,8 @@ impl Setup {
pub fn prof<'m>(self, matches: &ArgMatches<'m>) -> Result<ProfArgs, ExitCode> {
let consensus = self.consensus()?;
let config = self.config.into_ckb()?;
let from = value_t!(matches.value_of("from"), u64)?;
let to = value_t!(matches.value_of("to"), u64)?;
let from = value_t!(matches, cli::ARG_FROM, u64)?;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@zhangsoledad zhangsoledad merged commit b60862b into nervosnetwork:develop Jun 17, 2019
@zhangsoledad zhangsoledad deleted the zhangsoledad/stats_cli branch June 17, 2019 14:06
This was referenced Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants