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

Add ticketfeeinfo command #132

Merged
merged 3 commits into from
Apr 21, 2016
Merged

Conversation

cjepson
Copy link
Contributor

@cjepson cjepson commented Apr 21, 2016

The new RPC command ticketfeeinfo has been added. It provides
statistical information about ticket fees per kilobyte for the
mempool, recent blocks, and recent difficulty windows.

The new RPC command ticketfeeinfo has been added. It provides
statistical information about ticket fees per kilobyte for the
mempool, recent blocks, and recent difficulty windows.
return sum / dcrutil.Amount(len(s))
}

// mean gets the median amount from a slice of amounts.
Copy link
Member

Choose a reason for hiding this comment

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

mean gets the median account typo

@alexlyp
Copy link
Member

alexlyp commented Apr 21, 2016

tACK

@jcvernaleo
Copy link
Member

Assuming travis finishes and is happy looks good.
tACK

@alexlyp alexlyp merged commit 41abd20 into decred:master Apr 21, 2016
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