mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added default data locations to docs and other external tests.
This commit is contained in:
@@ -12,7 +12,7 @@ contract MultiSigWalletWithDailyLimitFactory is Factory {
|
||||
/// @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.
|
||||
function create(address[] _owners, uint _required, uint _dailyLimit)
|
||||
function create(address[] memory _owners, uint _required, uint _dailyLimit)
|
||||
public
|
||||
returns (address wallet)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user