merge conflict resolved

This commit is contained in:
Cassandra Heart 2025-11-21 04:45:41 -06:00
parent aae0bcca59
commit 54584b0a63
No known key found for this signature in database
GPG Key ID: 371083BFA6C240AA

View File

@ -214,7 +214,6 @@ func (r *RPCServer) GetNodeInfo(
PeerId: peer.ID(peerID).String(),
PeerScore: uint64(r.pubSub.GetPeerScore(peerID)),
Version: append([]byte{}, config.GetVersion()...),
PatchNumber: []byte{config.GetPatchNumber()},
PeerSeniority: seniority.FillBytes(make([]byte, 8)),
RunningWorkers: uint32(len(workers)),
AllocatedWorkers: allocated,