Add fillOrderNoThrow and wrapper functions
This commit is contained in:
@@ -235,7 +235,7 @@ contract MixinExchangeCore is
|
||||
return isError;
|
||||
}
|
||||
|
||||
/// @dev Calculates the sum of values already filled and cancelled for a given order.
|
||||
/// @dev Calculates the sum of values already filled and cancelled for a given order.
|
||||
/// @param orderHash The Keccak-256 hash of the given order.
|
||||
/// @return Sum of values already filled and cancelled.
|
||||
function getUnavailableTakerTokenAmount(bytes32 orderHash)
|
||||
|
Reference in New Issue
Block a user