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

Fix cell on maxNBlocksPerDay (3.X) #142

Merged
merged 3 commits into from
Nov 13, 2019
Merged

Fix cell on maxNBlocksPerDay (3.X) #142

merged 3 commits into from
Nov 13, 2019

Commits on Nov 11, 2019

  1. Fix cell on maxNBlocksPerDay

    uint (86400/15000*10000) equals 5000 but not 5760 because ```maxNBlocksPerDay``` is uint but not float.
    superboyiii committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ca29a29 View commit details
    Browse the repository at this point in the history
  2. Delete incoverable code

    Delete incoverable code since unint can't be <0,. For example: uint(-1) = uint 4294967295.
    superboyiii committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1da85a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Fix nBlocks == 0

    Fix nBlocks == 0
    superboyiii committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    0da55cd View commit details
    Browse the repository at this point in the history