diagonals working except for start/end times
This commit is contained in:
@@ -378,8 +378,8 @@ function pendOrderAsTransaction(pend) {
|
||||
return null
|
||||
}
|
||||
}
|
||||
console.log('placing order', pend.id)
|
||||
const tx = await contract.placeDexorder(pend.order) // todo update status
|
||||
console.log('placing order', pend.id, pend.order)
|
||||
const tx = await contract.placeDexorder(pend.order)
|
||||
pend.tx = tx
|
||||
pend.state = PendingOrderState.Sent
|
||||
console.log(`order ${pend.id} sent transaction`, tx)
|
||||
|
||||
Reference in New Issue
Block a user