forked from TrueCloudLab/frostfs-dev-env
Fix wallets typo
Signed-off-by: EliChin <elizaveta@nspcc.ru>
This commit is contained in:
parent
77d76cc2b4
commit
93864a0970
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ Tools to set up local NeoFS network and N3 privnets. Devenv, for short.
|
|||
$ make up
|
||||
```
|
||||
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`
|
||||
with the corresponding key in `wallet/wallet.key`. The password is empty.
|
||||
able to pay for NeoFS operations. Test wallet is located in `wallets/wallet.json`
|
||||
with the corresponding key in `wallets/wallet.key`. The password is empty.
|
||||
|
||||
```
|
||||
$ make prepare.ir
|
||||
|
|
Loading…
Reference in a new issue