Use uniq owners for multi sig wallets (#5298)

This commit is contained in:
Nicolas Gotchac 2017-03-28 08:34:54 +02:00 committed by Jaco Greeff
parent d6110d7332
commit 8a664c524c

View File

@ -222,7 +222,8 @@ export default class WalletsUtils {
} }
return owners; return owners;
}); })
.then((owners) => uniq(owners));
}); });
} }