ordershapes
This commit is contained in:
@@ -384,7 +384,7 @@ function pendOrderAsTransaction(pend) {
|
||||
const [orderFee, gasFee] = await placementFee(pend.vault, pend.order)
|
||||
pend.fee = orderFee + gasFee
|
||||
}
|
||||
console.log('placing order', pend.id, pend.order)
|
||||
console.log('placing order', pend.id, pend.fee, pend.order)
|
||||
const tx = await contract.placeDexorder(pend.order, {value:pend.fee})
|
||||
pend.tx = tx
|
||||
pend.state = PendingOrderState.Sent
|
||||
|
||||
Reference in New Issue
Block a user