orderbuild fixes; tranche table work; ordershapes still broken
This commit is contained in:
@@ -98,8 +98,8 @@ socket.on( 'of', (chainId, vault, orderIndex, filled)=>{
|
||||
|
||||
let orderIn = 0n
|
||||
let orderOut = 0n
|
||||
const ts = status.trancheStatus[i]
|
||||
for (const i in filled) {
|
||||
const ts = status.trancheStatus[i]
|
||||
let filledIn = 0n
|
||||
let filledOut = 0n
|
||||
const [activationTime, fills] = filled[i];
|
||||
|
||||
Reference in New Issue
Block a user