mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
node: fix doc typo
This commit is contained in:
parent
ca436f4b90
commit
fca6e515d6
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ unless its location is changed through the KeyStoreDir configuration option.
|
|||
|
||||
Data Directory Sharing Example
|
||||
|
||||
In this exanple, two node instances named A and B are started with the same data
|
||||
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
|
||||
"db" and "db-2". The following files will be created in the data directory:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue