Use named arguments in mapping types (#4433)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -37,7 +37,7 @@ contract VestingWallet is Context, Ownable {
|
||||
error VestingWalletInvalidBeneficiary(address beneficiary);
|
||||
|
||||
uint256 private _released;
|
||||
mapping(address => uint256) private _erc20Released;
|
||||
mapping(address token => uint256) private _erc20Released;
|
||||
uint64 private immutable _start;
|
||||
uint64 private immutable _duration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user