diff --git a/test-dapp/contracts/status/SNTController.sol b/test-dapp/contracts/status/SNTController.sol index 7da290b..3ab06ba 100644 --- a/test-dapp/contracts/status/SNTController.sol +++ b/test-dapp/contracts/status/SNTController.sol @@ -103,6 +103,7 @@ contract SNTController is TokenController, Owned, MessageSigned { { uint256 startGas = gasleft(); require(startGas >= _gasMinimal, "Bad gas left"); + require(allowPublicExecution[_allowedContract], "Unallowed call"); bytes32 msgSigned = getSignHash( getExecuteGasRelayedHash( _allowedContract,