Fix typo.

This commit is contained in:
John C. Vernaleo 2014-06-12 15:41:57 -04:00
parent cd3d832551
commit 6a69acef21

View file

@ -375,7 +375,6 @@ func (s *server) handleQuery(querymsg interface{}, state *peerState) {
ConnTime: p.timeConnected.Unix(), ConnTime: p.timeConnected.Unix(),
Version: p.protocolVersion, Version: p.protocolVersion,
SubVer: p.userAgent, SubVer: p.userAgent,
n
Inbound: p.inbound, Inbound: p.inbound,
StartingHeight: p.lastBlock, StartingHeight: p.lastBlock,
BanScore: 0, BanScore: 0,