diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-16 17:13:37 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-16 17:13:37 +0800 |
commit | b836267401b731a2cd17c4866a9727b4a05ec124 (patch) | |
tree | e23cca321bd1e562900eaa0c5d0335529328cc2d | |
parent | 7b55bcf4840fc11315ffd055ce7d419ac9baf168 (diff) | |
download | go-tangerine-b836267401b731a2cd17c4866a9727b4a05ec124.tar go-tangerine-b836267401b731a2cd17c4866a9727b4a05ec124.tar.gz go-tangerine-b836267401b731a2cd17c4866a9727b4a05ec124.tar.bz2 go-tangerine-b836267401b731a2cd17c4866a9727b4a05ec124.tar.lz go-tangerine-b836267401b731a2cd17c4866a9727b4a05ec124.tar.xz go-tangerine-b836267401b731a2cd17c4866a9727b4a05ec124.tar.zst go-tangerine-b836267401b731a2cd17c4866a9727b4a05ec124.zip |
..
-rw-r--r-- | peer.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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), |