forked from lthn/blockchain
Added tracking attribute
This commit is contained in:
parent
e1421dd331
commit
3939277ed0
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ namespace tools
|
|||
result.require_password = false;
|
||||
result.hash_sum_matched = false;
|
||||
result.syntax_correct = acc.restore_from_tracking_seed(seed_phrase);
|
||||
if (result.syntax_correct)
|
||||
result.tracking = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue