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

Lower precision for some columns #14

Open
murchandamus opened this issue Dec 9, 2023 · 0 comments
Open

Lower precision for some columns #14

murchandamus opened this issue Dec 9, 2023 · 0 comments

Comments

@murchandamus
Copy link
Contributor

  • There are a number of columns in the result that output amounts, these should have a precision of 8 decimals (e.g. Cost to Empty and Total Cost have 12, but that is unnecessary).
  • Averaged counts of UTXOs and inputs could be reduced to 2 decimals instead of 10 (Mean #UTXO and Mean Input Size).
  • Mean Change Value has a precision of 12 decimals, but could probably just be shown with sat precision
  • The standard deviations could be reduced to four decimal precision instead of 11 (Std. Dev. of Input Size, Std. Dev. of Change Value)
  • Mean Fees per Withdraw has currently 16 decimals precision, it could probably be presented in satoshis with a two decimal precision
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

No branches or pull requests

1 participant