more logging in p2p and consensus

This commit is contained in:
Ethan Buchman
2017-12-15 23:08:05 -05:00
parent b5b912e2c4
commit 0ec7909ec3
6 changed files with 27 additions and 23 deletions

View File

@ -194,7 +194,6 @@ func createRoutableAddr() (addr string, netAddr *NetAddress) {
func createRandomPeer(outbound bool) *peer {
addr, netAddr := createRoutableAddr()
p := &peer{
key: cmn.RandStr(12),
nodeInfo: &NodeInfo{
ListenAddr: addr,
RemoteAddr: netAddr.String(),