Give unamed parameters unique keys and update tests to new spec

Fix whitespace
This commit is contained in:
cd10012
2019-11-06 21:44:34 +01:00
committed by chriseth
parent 18fe693fdd
commit f598b1515f
26 changed files with 94 additions and 78 deletions
@@ -19,7 +19,7 @@ contract SignedMessageOracleFactory {
/// @param v Signature parameter
/// @param r Signature parameter
/// @param s Signature parameter
/// @return Oracle contract
/// @return signedMessageOracle Oracle contract
function createSignedMessageOracle(bytes32 descriptionHash, uint8 v, bytes32 r, bytes32 s)
public
returns (SignedMessageOracle signedMessageOracle)