Browse Source

updating softcheckpoint voters

miguelfreitas
Miguel Freitas 10 years ago
parent
commit
dd9c05e918
  1. 4
      src/softcheckpoint.cpp

4
src/softcheckpoint.cpp

@ -37,11 +37,11 @@ namespace SoftCheckpoints @@ -37,11 +37,11 @@ namespace SoftCheckpoints
static std::set<std::string> uniqueUsersList =
boost::assign::list_of
("mf1")("mf1a")("mf2")("mf2a")("mf3")
("quietpatron")("wn41");
("wn41");
static std::set<std::string> upcomingUsersList =
boost::assign::list_of
("_gltest2")("fcplm_zion");
("omgasm");
void SetSoftCPBestChain() {

Loading…
Cancel
Save