Browse Source

remove unused error

pull/456/head
Anton Kalyaev 8 years ago
committed by Anton Kaliaev
parent
commit
057cfb30f1
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      pex_reactor.go

+ 0
- 3
pex_reactor.go View File

@ -2,7 +2,6 @@ package p2p
import (
"bytes"
"errors"
"fmt"
"math/rand"
"reflect"
@ -12,8 +11,6 @@ import (
wire "github.com/tendermint/go-wire"
)
var pexErrInvalidMessage = errors.New("Invalid PEX message")
const (
PexChannel = byte(0x00)
ensurePeersPeriodSeconds = 30


Loading…
Cancel
Save