rm comment
This commit is contained in:
parent
4f39315a46
commit
0a374dbcf6
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue