mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update compilation tests.
This commit is contained in:
@@ -84,7 +84,7 @@ contract SignedMessageOracle is Oracle {
|
||||
/// @return Is outcome set?
|
||||
function isOutcomeSet()
|
||||
public
|
||||
constant
|
||||
view
|
||||
returns (bool)
|
||||
{
|
||||
return isSet;
|
||||
@@ -94,7 +94,7 @@ contract SignedMessageOracle is Oracle {
|
||||
/// @return Outcome
|
||||
function getOutcome()
|
||||
public
|
||||
constant
|
||||
view
|
||||
returns (int)
|
||||
{
|
||||
return outcome;
|
||||
|
||||
Reference in New Issue
Block a user