We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c3d9d commit 966895bCopy full SHA for 966895b
exonum-java-binding/core/rust/exonum-java/TUTORIAL.md
@@ -58,9 +58,7 @@ $ exonum-java generate-template testnet/common.toml \
58
Please consult Exonum documentation for the secure way of the node configuration.
59
60
```$sh
61
-$ exonum-java generate-config testnet/common.toml testnet/pub.toml testnet/sec.toml \
62
- --consensus-key-path testnet/consensus1.toml \
63
- --service-key-path testnet/service1.toml \
+$ exonum-java generate-config testnet/common.toml testnet \
64
--no-password \
65
--peer-address 127.0.0.1:5400
66
```
0 commit comments