forked from TrueCloudLab/neoneo-go
docs: add a note for wallet conversion
This commit is contained in:
parent
a340e11b0b
commit
9e7b334953
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ Confirm passphrase >
|
||||||
|
|
||||||
Use `wallet convert` to update addresses in NEP-6 wallets used with Neo
|
Use `wallet convert` to update addresses in NEP-6 wallets used with Neo
|
||||||
Legacy. New wallet is specified in `-o` option, it will have the same keys
|
Legacy. New wallet is specified in `-o` option, it will have the same keys
|
||||||
with Neo N3 addresses.
|
with Neo N3 addresses (notice that it doesn't do anything to your assets, it
|
||||||
|
just allows to reuse the old key on N3 network).
|
||||||
```
|
```
|
||||||
./bin/neo-go wallet convert -w old.nep6 -o new.nep6
|
./bin/neo-go wallet convert -w old.nep6 -o new.nep6
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue