aboutsummaryrefslogtreecommitdiffstats
path: root/eth/backend.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2017-02-01 09:03:43 +0800
committerGitHub <noreply@github.com>2017-02-01 09:03:43 +0800
commit9c45b4462c2453c0c92282290d9788aecf556798 (patch)
tree8746adcd24b48828a665b84ab87916e06df118ed /eth/backend.go
parent690f6ea1d74f949d4830d3a38c786510fc43d37c (diff)
parenta390ca5f30e871715f28937a02e87fff050b0c75 (diff)
downloaddexon-9c45b4462c2453c0c92282290d9788aecf556798.tar
dexon-9c45b4462c2453c0c92282290d9788aecf556798.tar.gz
dexon-9c45b4462c2453c0c92282290d9788aecf556798.tar.bz2
dexon-9c45b4462c2453c0c92282290d9788aecf556798.tar.lz
dexon-9c45b4462c2453c0c92282290d9788aecf556798.tar.xz
dexon-9c45b4462c2453c0c92282290d9788aecf556798.tar.zst
dexon-9c45b4462c2453c0c92282290d9788aecf556798.zip
Merge pull request #3607 from zsfelfoldi/light-fix2
les: fix private net issues, enable adding peers manually again
Diffstat (limited to 'eth/backend.go')
-rw-r--r--eth/backend.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/eth/backend.go b/eth/backend.go
index e0233db36..af120cbad 100644
--- a/eth/backend.go
+++ b/eth/backend.go
@@ -105,7 +105,6 @@ type Config struct {
type LesServer interface {
Start(srvr *p2p.Server)
- Synced()
Stop()
Protocols() []p2p.Protocol
}