deterministic addr & test bugfixes
This commit is contained in:
@@ -60,6 +60,10 @@ contract Vault {
|
||||
orderList._placeOrders(orders, ocoMode);
|
||||
}
|
||||
|
||||
function swapOrderStatus(uint64 orderIndex) public view returns (OrderLib.SwapOrderStatus memory status) {
|
||||
return orderList.orders[orderIndex];
|
||||
}
|
||||
|
||||
function execute(uint64 orderIndex, uint8 tranche_index, OrderLib.PriceProof memory proof) public
|
||||
returns (string memory error)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user