mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
node: rm per peter
This commit is contained in:
parent
85464c1971
commit
ffb647c225
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ import (
|
||||||
"syscall"
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Var variables list errors generated.
|
|
||||||
var (
|
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")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue