add barebones test
This commit is contained in:
@@ -91,7 +91,7 @@ abstract contract MultiplexOtc is FixinEIP712 {
|
||||
return;
|
||||
}
|
||||
|
||||
uint256 sellAmount = state.outputTokenAmount
|
||||
uint256 sellAmount = state.outputTokenAmount;
|
||||
// Try filling the Otc order. Swallows reverts.
|
||||
try
|
||||
IOtcOrdersFeature(address(this))._fillOtcOrder(
|
||||
|
Reference in New Issue
Block a user