Fix typo.
This commit is contained in:
parent
cd3d832551
commit
6a69acef21
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue