Open ltfschoen opened 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.
locks
keys[0]
locks
is declared as an empty object https://github.com/hicommonwealth/edgeware-lockdrop/blob/master/helpers/lockdropHelper.js#L67, so there can't be anykeys[0]
inlocks
https://github.com/hicommonwealth/edgeware-lockdrop/blob/master/helpers/lockdropHelper.js#L118.