mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Give unamed parameters unique keys and update tests to new spec
Fix whitespace
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user