You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, VestingWallet makes a check to validate that the owner is not the zero address. However, we consider this check should be performed in the Ownable contract instead.
maybe not in the PR, but we should remove that check here and move it to Ownable's constructor
Description
Currently,
VestingWallet
makes a check to validate that the owner is not the zero address. However, we consider this check should be performed in theOwnable
contract instead.Originally posted by @Amxx in #4508 (comment)
The text was updated successfully, but these errors were encountered: