Make wrappers external again

This commit is contained in:
Remco Bloemen
2018-02-21 16:54:06 -08:00
committed by Amir Bandeali
parent 09b99bbf8b
commit 0dad3fecb6

View File

@@ -136,7 +136,7 @@ contract MixinWrapperFunctions is
uint[6][] orderValues,
uint[] takerTokenFillAmounts,
bytes[] signatures)
public /// Compiler crash when set to external
external
{
for (uint256 i = 0; i < orderAddresses.length; i++) {
fillOrKillOrder(
@@ -154,7 +154,7 @@ contract MixinWrapperFunctions is
uint[6][] orderValues,
uint[] takerTokenFillAmounts,
bytes[] signatures)
public /// Stack to deep when set to external
external
returns (uint)
{
for (uint256 i = 0; i < orderAddresses.length; i++) {