Change graphenej import
This commit is contained in:
parent
a41ec3f0fd
commit
e94eeebcb4
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ public class ImportSeedValidator {
|
|||
public void validate(){
|
||||
//validatePin();
|
||||
//validatePinConfirmation();
|
||||
validateAccountName();
|
||||
//validateAccountName();
|
||||
}
|
||||
|
||||
public ValidationField getValidationField(String name){
|
||||
|
@ -66,7 +66,7 @@ public class ImportSeedValidator {
|
|||
public void onCarryOut() {
|
||||
if (!request.getAccountExists()){
|
||||
validationField.setValid(false);
|
||||
validationField.setMessage(R.string.account_name_not_exist);
|
||||
//validationField.setMessage(R.string.account_name_not_exist);
|
||||
} else {
|
||||
validationField.setValid(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue