Browse Source

updating node list for soft checkpoints

miguelfreitas
Miguel Freitas 8 years ago
parent
commit
063ef694ca
  1. 6
      src/softcheckpoint.cpp

6
src/softcheckpoint.cpp

@ -36,12 +36,12 @@ namespace SoftCheckpoints
static std::set<std::string> uniqueUsersList = static std::set<std::string> uniqueUsersList =
boost::assign::list_of boost::assign::list_of
("mf1")("mf1a")("mf2")("mf2a")("mf3") ("mf1")("mf1a")("mf2")("mf3")
("wn41")("omgasm")("rantizdani")("rantisluni"); ("omgasm");
static std::set<std::string> upcomingUsersList = static std::set<std::string> upcomingUsersList =
boost::assign::list_of boost::assign::list_of
("nobody"); ("nobody")("mf2a");
void SetSoftCPBestChain() { void SetSoftCPBestChain() {

Loading…
Cancel
Save