aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-16 17:13:37 +0800
committerobscuren <geffobscura@gmail.com>2014-06-16 17:13:37 +0800
commitb836267401b731a2cd17c4866a9727b4a05ec124 (patch)
treee23cca321bd1e562900eaa0c5d0335529328cc2d /peer.go
parent7b55bcf4840fc11315ffd055ce7d419ac9baf168 (diff)
downloaddexon-b836267401b731a2cd17c4866a9727b4a05ec124.tar
dexon-b836267401b731a2cd17c4866a9727b4a05ec124.tar.gz
dexon-b836267401b731a2cd17c4866a9727b4a05ec124.tar.bz2
dexon-b836267401b731a2cd17c4866a9727b4a05ec124.tar.lz
dexon-b836267401b731a2cd17c4866a9727b4a05ec124.tar.xz
dexon-b836267401b731a2cd17c4866a9727b4a05ec124.tar.zst
dexon-b836267401b731a2cd17c4866a9727b4a05ec124.zip
..
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index 0c4d76355..07c93e5b4 100644
--- a/peer.go
+++ b/peer.go
@@ -158,7 +158,6 @@ func NewPeer(conn net.Conn, ethereum *Ethereum, inbound bool) *Peer {
}
func NewOutboundPeer(addr string, ethereum *Ethereum, caps Caps) *Peer {
-
p := &Peer{
outputQueue: make(chan *ethwire.Msg, outputBufferSize),
quit: make(chan bool),