1
0
Fork 0
forked from lthn/blockchain

Added tracking attribute

This commit is contained in:
cryptozoidberg 2021-05-25 17:02:10 +02:00
parent e1421dd331
commit 3939277ed0
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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
{