1Hive / time-lock-app

The Time Lock app enables Aragon organizations to require users transfer or temporarily lock tokens before forwarding an intent.
GNU General Public License v3.0
16 stars 11 forks source link

Does Lock.addressesWithdrawLocks need to be initialized? #40

Closed ghost closed 5 years ago

ghost commented 5 years ago

Lock.addressesWithdrawLocks (Lock.sol#37) is never initialized. It is used in:

Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero.

fabriziovigevani commented 5 years ago

mappings aren't needed to be initialized.