This commit is contained in:
obscuren 2014-06-16 11:13:37 +02:00
parent 7b55bcf484
commit b836267401
1 changed files with 0 additions and 1 deletions

View File

@ -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),