mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
add missing PatchNumber
This commit is contained in:
parent
aac841e6e6
commit
aae0bcca59
@ -214,7 +214,7 @@ func (r *RPCServer) GetNodeInfo(
|
||||
PeerId: peer.ID(peerID).String(),
|
||||
PeerScore: uint64(r.pubSub.GetPeerScore(peerID)),
|
||||
Version: append([]byte{}, config.GetVersion()...),
|
||||
PatchVersion: []byte{config.GetPatchNumber()},
|
||||
PatchNumber: []byte{config.GetPatchNumber()},
|
||||
PeerSeniority: seniority.FillBytes(make([]byte, 8)),
|
||||
RunningWorkers: uint32(len(workers)),
|
||||
AllocatedWorkers: allocated,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user