MCPcopy Create free account
hub / github.com/LUX-Core/lux / CompareValueOnly2

Class CompareValueOnly2

src/masternode.cpp:417–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415};
416
417struct CompareValueOnly2 {
418 bool operator()(const pair<int64_t, int>& t1,
419 const pair<int64_t, int>& t2) const {
420 return t1.first < t2.first;
421 }
422};
423
424int CountMasternodesAboveProtocol(int protocolVersion) {
425 int i = 0;

Callers 1

GetMasternodeByRankFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected