Browse Source

add twisterarmy to the upcomingUsersList

pull/4/head
D4708 3 years ago committed by GitHub
parent
commit
59f814f360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/softcheckpoint.cpp

2
src/softcheckpoint.cpp

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

Loading…
Cancel
Save