Fix init output to show actual data directory path
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ pub fn run() -> Result<()> {
|
||||
|
||||
// Save encrypted seed
|
||||
keystore::save_seed(&seed)?;
|
||||
println!("Seed saved to ~/.warzone/identity.seed");
|
||||
println!("Seed saved to {}", keystore::data_dir().join("identity.seed").display());
|
||||
|
||||
// Generate pre-keys and store secrets locally
|
||||
let db = LocalDb::open()?;
|
||||
|
||||
13
warzone/test
13
warzone/test
@@ -1,6 +1,7 @@
|
||||
1. glimpse 2. into 3. same 4. buffalo
|
||||
5. wise 6. catalog 7. gift 8. ginger
|
||||
9. profit 10. nut 11. palace 12. document
|
||||
13. display 14. seat 15. lizard 16. they
|
||||
17. medal 18. market 19. oak 20. occur
|
||||
21. gospel 22. ahead 23. before 24. execute
|
||||
|
||||
1. blush 2. cabbage 3. design 4. wrestle
|
||||
5. main 6. step 7. lunar 8. monitor
|
||||
9. hold 10. adult 11. silk 12. collect
|
||||
13. floor 14. list 15. trouble 16. gasp
|
||||
17. access 18. scorpion 19. rain 20. ring
|
||||
21. exchange 22. situate 23. cause 24. ribbon
|
||||
|
||||
Reference in New Issue
Block a user