From 95c3488a26bf5c20b242a7358d0dd04948b326f2 Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Mon, 25 Jun 2018 15:02:20 +0200 Subject: Updates external contracts to new constructor syntax. --- test/compilationTests/gnosis/Oracles/UltimateOracle.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compilationTests/gnosis/Oracles/UltimateOracle.sol') diff --git a/test/compilationTests/gnosis/Oracles/UltimateOracle.sol b/test/compilationTests/gnosis/Oracles/UltimateOracle.sol index 9ed61aef..0127117c 100644 --- a/test/compilationTests/gnosis/Oracles/UltimateOracle.sol +++ b/test/compilationTests/gnosis/Oracles/UltimateOracle.sol @@ -46,7 +46,7 @@ contract UltimateOracle is Oracle { /// @param _challengePeriod Time to challenge oracle outcome /// @param _challengeAmount Amount to challenge the outcome /// @param _frontRunnerPeriod Time to overbid the front-runner - function UltimateOracle( + constructor( Oracle _forwardedOracle, Token _collateralToken, uint8 _spreadMultiplier, -- cgit v1.2.3