Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 0c3cf63773370d9c44eb1b47944c951ca0749d5d
https://github.com/btcsuite/btcd/commit/0c3cf63773370d9c44eb1b47944c951ca0749d5d
Author: Javed Khan <[email protected]>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M peer/peer_test.go
Log Message:
-----------
Use new connections for peers in TestOutboundPeer
Fixes a rare hang during peer tests due to the same connection being
used for different outbound peers. Also fixed passing a chan to
QueueMessage(..) which was not being waited on, so was not being used.