Skip to content

Commit

Permalink
Update energi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeytown2 committed Aug 6, 2019
1 parent 4e62a28 commit 6f6070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stake/energi.md
Expand Up @@ -363,7 +363,7 @@ Print this out and keep it in a safe place.
#### Using the mnemonic phrase
Close the energi wallet
windows key + r
```cmd /C del "%userprofile%\AppData\Roaming\EnergiCore\wallet.dat" & pause```
```cmd /C move /Y "%userprofile%\AppData\Roaming\EnergiCore\wallet.dat" "%userprofile%\AppData\Roaming\EnergiCore\wallet.dat.bak" & pause```

windows key + r
```
Expand All @@ -373,7 +373,7 @@ windows key + r
#### Using the hdseed hash
Close the energi wallet
windows key + r
```cmd /C del "%userprofile%\AppData\Roaming\EnergiCore\wallet.dat" & pause```
```cmd /C move /Y "%userprofile%\AppData\Roaming\EnergiCore\wallet.dat" "%userprofile%\AppData\Roaming\EnergiCore\wallet.dat.bak" & pause```

windows key + r
```
Expand Down

0 comments on commit 6f6070f

Please sign in to comment.