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: add average of transaction fees for last 24 hours with trend #1749

Merged
merged 1 commit into from Apr 30, 2024

Conversation

yaboiishere
Copy link
Contributor

ref: #1592


acc + fee
end)
|> then(&(&1 / txs_count))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
|> then(&(&1 / txs_count))
|> Kernel./(txs_count)

seems simpler

@sborrazas sborrazas merged commit eac8a60 into master Apr 30, 2024
7 checks passed
@sborrazas sborrazas deleted the add-txs-average-to-stats branch April 30, 2024 14:58
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.

None yet

3 participants