rm comment

This commit is contained in:
Matias Alejo Garcia 2015-09-15 13:08:34 -03:00
commit 0a374dbcf6

View file

@ -164,8 +164,7 @@ angular.module('copayApp.controllers').controller('importController',
} else {
var wordList = words.split(/[\u3000\s]+/);
// m/ allows to enter a custom derivation
if ((wordList.length % 3) != 0 && wordList[0].indexOf('m/') != 0)
if ((wordList.length % 3) != 0)
this.error = gettext('Wrong number of seed words:') + wordList.length;
}