You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/src/build/sui-local-network.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,6 @@ Use the following command to use a network.yaml file in a directory other than t
54
54
```shell
55
55
sui start --network.config /workspace/config-files/network.yaml
56
56
```
57
-
When you start the network, Sui generates an authorities_db directory that stores validator data, and a consensus_db directory that stores consensus data.
57
+
When you start the network, Sui generates an authorities_db directory that stores validator data, and a consensus_db directory that stores consensus data. These directories are created alongside the other configuration files, either in the default directory or where you specified the `--working-dir` to be when you ran `genesis`.
58
58
59
-
After the process completes, use the [Sui Client CLI](cli-client.md) to interact with the local network.
59
+
After the process completes, use the [Sui Client CLI](cli-client.md) to interact with the local network.
0 commit comments