mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
parent
acc9371b8b
commit
f08ea319d0
1 changed files with 3 additions and 4 deletions
|
|
@ -27,7 +27,6 @@ var (
|
||||||
ErrDatadirUsed = errors.New("datadir already used by another process")
|
ErrDatadirUsed = errors.New("datadir already used by another process")
|
||||||
ErrNodeStopped = errors.New("node not started")
|
ErrNodeStopped = errors.New("node not started")
|
||||||
ErrNodeRunning = errors.New("node already running")
|
ErrNodeRunning = errors.New("node already running")
|
||||||
ErrServiceUnknown = errors.New("unknown service")
|
|
||||||
|
|
||||||
datadirInUseErrnos = map[uint]bool{11: true, 32: true, 35: true}
|
datadirInUseErrnos = map[uint]bool{11: true, 32: true, 35: true}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue