line building fixes
This commit is contained in:
@@ -280,7 +280,7 @@ function describeTrancheTime(st, trancheIndex, isStart) {
|
||||
let result = ''
|
||||
if( t.minIsBarrier || t.maxIsBarrier )
|
||||
return 'barrier'
|
||||
const now = Math.round(Date.now()/1000)
|
||||
const now = s.clock
|
||||
if( isStart && t.startTime > 0 ) {
|
||||
const start = t.startTimeIsRelative ? st.startTime + t.startTime : t.startTime
|
||||
result += now < start ? ts.activationTime < now ? 'Rate Limited ' : 'Activates ' : 'Activated '
|
||||
|
||||
Reference in New Issue
Block a user