diff --git a/src/wallet/wallet_helpers.h b/src/wallet/wallet_helpers.h index 8e37d856..9ebf9137 100644 --- a/src/wallet/wallet_helpers.h +++ b/src/wallet/wallet_helpers.h @@ -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 {