hicommonwealth / edgeware-lockdrop

Lockdrop contracts
GNU General Public License v3.0
23 stars 15 forks source link

Unreachable in lockdropHelper #29

Open ltfschoen opened 4 years ago

ltfschoen commented 4 years ago

locks is declared as an empty object https://github.com/hicommonwealth/edgeware-lockdrop/blob/master/helpers/lockdropHelper.js#L67, so there can't be any keys[0] in locks https://github.com/hicommonwealth/edgeware-lockdrop/blob/master/helpers/lockdropHelper.js#L118.