Fix wallets typo

Signed-off-by: EliChin <elizaveta@nspcc.ru>
This commit is contained in:
EliChin 2021-06-17 15:07:06 +03:00 committed by Alex Vanin
parent 77d76cc2b4
commit 93864a0970

View file

@ -16,8 +16,8 @@ Tools to set up local NeoFS network and N3 privnets. Devenv, for short.
$ make up $ make up
``` ```
When all services are up, you need to make GAS deposit for test wallet to be When all services are up, you need to make GAS deposit for test wallet to be
able to pay for NeoFS operations. Test wallet is located in `wallet/wallet.json` able to pay for NeoFS operations. Test wallet is located in `wallets/wallet.json`
with the corresponding key in `wallet/wallet.key`. The password is empty. with the corresponding key in `wallets/wallet.key`. The password is empty.
``` ```
$ make prepare.ir $ make prepare.ir