Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

min and max mint days #4

Open
FuzzyBearBTC opened this issue Jan 11, 2014 · 1 comment
Open

min and max mint days #4

FuzzyBearBTC opened this issue Jan 11, 2014 · 1 comment

Comments

@FuzzyBearBTC
Copy link
Contributor

users should be able to input as many days as they want but POS calculated will be max 90 days

@integers
Copy link
Contributor

Can't you just grab the existing value and change it on the fly in the run() function? e.g:

if (Days < 31) {
    var Days = 31;
} else if (Days > 90) {
    var Days = 90;
}

Or am I misinterpreting the issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants