mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
restore backup error message
This commit is contained in:
parent
40fde87028
commit
797a87ee3e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ abstract class RestoreFromBackupViewModelBase with Store {
|
|||
));
|
||||
}
|
||||
|
||||
state = FailureState("$msg\n$s");
|
||||
state = FailureState(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue