mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 11:55:13 +00:00
node: documentation typo fix (#17113)
This commit is contained in:
parent
1990c9e621
commit
d57e85ecc9
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ unless its location is changed through the KeyStoreDir configuration option.
|
|||
Data Directory Sharing Example
|
||||
|
||||
In this example, two node instances named A and B are started with the same data
|
||||
directory. Mode instance A opens the database "db", node instance B opens the databases
|
||||
directory. Node instance A opens the database "db", node instance B opens the databases
|
||||
"db" and "db-2". The following files will be created in the data directory:
|
||||
|
||||
data-directory/
|
||||
|
|
|
|||
Loading…
Reference in a new issue