Browse Source

updating soft checkpoints

miguelfreitas
Miguel Freitas 8 years ago
parent
commit
d09d5f58be
  1. 2
      src/softcheckpoint.cpp

2
src/softcheckpoint.cpp

@ -41,7 +41,7 @@ namespace SoftCheckpoints @@ -41,7 +41,7 @@ namespace SoftCheckpoints
static std::set<std::string> upcomingUsersList =
boost::assign::list_of
("nobody")("mf2a");
("nobody")("mf2a")("lxoliva")("stman");
void SetSoftCPBestChain() {

Loading…
Cancel
Save