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
@@ -11,7 +11,7 @@ contract MultiSigWalletWithDailyLimitFactory is Factory {
/// @param _owners List of initial owners.
/// @param _required Number of required confirmations.
/// @param _dailyLimit Amount in wei, which can be withdrawn without confirmations on a daily basis.
/// @return Returns wallet address.
/// @return wallet Returns wallet address.
function create(address[] memory _owners, uint _required, uint _dailyLimit)
public
returns (address wallet)