resetTokens.py allows resetting tokens locked for over a certain number of hours, given by the argument locktime. On line 27, the script prints the number of seconds a token is locked. This is confusing. Add extra information onprint(age) statement and convert to hours.
resetTokens.py allows resetting tokens locked for over a certain number of hours, given by the argument
locktime. On line 27, the script prints the number of seconds a token is locked. This is confusing. Add extra information onprint(age)statement and convert to hours.