Skip to content

Conversation

@tsigel
Copy link
Contributor

@tsigel tsigel commented Oct 1, 2019

No description provided.

@jahsus-waves jahsus-waves merged commit aa05451 into dev Oct 3, 2019
@jahsus-waves jahsus-waves deleted the dexw-2169-fix-migration branch October 3, 2019 09:46
multiAccount.hash(lockedUser.address) === id
));
const autoMigrate = migrateWithoutPass.length &&
migrateWithoutPass.some(user => multiAccount.hash(user.address) === id);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shadowed user

migrateWithoutPass.some(user => multiAccount.hash(user.address) === id);

if (autoMigrate) {
this.prevStep();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's already on the first step, doesn't it?


if (lockedUserByHash) {
this.startMigrate(lockedUserByHash);
const lockedUserByHash = this.userListLocked.find(lockedUser => (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

second O(n) - why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants