From 9e7b3349539bbafe2d9db619fd0ea2a7e206b77a Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 13 Oct 2021 15:58:41 +0300 Subject: [PATCH] docs: add a note for wallet conversion --- docs/cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 86372a081..34ef325b9 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -163,7 +163,8 @@ Confirm passphrase > 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 -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 ```