Updated remaining contracts to v0.4.23

This commit is contained in:
Greg Hysen
2018-05-10 14:52:06 -07:00
parent 68fa7ae2a3
commit f378406d15
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
limitations under the License.
*/
pragma solidity ^0.4.21;
pragma solidity ^0.4.23;
pragma experimental ABIEncoderV2;
import "./mixins/MExchangeCore.sol";

View File

@@ -15,7 +15,7 @@
limitations under the License.
*/
pragma solidity ^0.4.21;
pragma solidity ^0.4.23;
import "./mixins/MSignatureValidator.sol";
import "./mixins/MTransactions.sol";

View File

@@ -16,7 +16,7 @@
*/
pragma solidity ^0.4.21;
pragma solidity ^0.4.23;
pragma experimental ABIEncoderV2;
contract LibStatus {

View File

@@ -15,7 +15,7 @@
limitations under the License.
*/
pragma solidity ^0.4.21;
pragma solidity ^0.4.23;
pragma experimental ABIEncoderV2;
import "../libs/LibOrder.sol";