aboutsummaryrefslogtreecommitdiffstats
path: root/node/doc.go
Commit message (Collapse)AuthorAgeFilesLines
* node: documentation typo fix (#17113)LeoLiao2018-07-031-1/+1
|
* eth, node, trie: fix minor typos (#16802)Wenbiao Zheng2018-05-241-2/+2
|
* node: fix doc typoAgustin Armellini Fischer2017-08-061-1/+1
|
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-161-0/+90
This change ensures that nodes started with different Name but same DataDir values don't use the same nodekey and IPC socket.