Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Use uniq owners for multi sig wallets (#5298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac authored and jacogr committed Mar 28, 2017
1 parent d6110d7 commit 8a664c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/util/wallets.js
Expand Up @@ -222,7 +222,8 @@ export default class WalletsUtils {
}

return owners;
});
})
.then((owners) => uniq(owners));
});
}

Expand Down

0 comments on commit 8a664c5

Please sign in to comment.