bugfix for limit/diagonal tranche building
This commit is contained in:
@@ -90,10 +90,6 @@ function buildTranches() {
|
||||
let p = ps[i]
|
||||
const w = ws[i]
|
||||
const t = newTranche({
|
||||
// todo start/end
|
||||
// todo check expired
|
||||
// if (endTime <= s.clock)
|
||||
// warnings.push(`Tranche already expired at ${new Date(endTime*1000)}`)
|
||||
fraction: w * MAX_FRACTION,
|
||||
})
|
||||
const symbol = co.selectedSymbol
|
||||
|
||||
Reference in New Issue
Block a user