From dd9c05e918bcc5c3f115125ac7e20e19963a7f1f Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 4 Nov 2014 17:24:14 -0200 Subject: [PATCH] updating softcheckpoint voters --- src/softcheckpoint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/softcheckpoint.cpp b/src/softcheckpoint.cpp index 7cc5d35f..0aca6b14 100644 --- a/src/softcheckpoint.cpp +++ b/src/softcheckpoint.cpp @@ -37,11 +37,11 @@ namespace SoftCheckpoints static std::set uniqueUsersList = boost::assign::list_of ("mf1")("mf1a")("mf2")("mf2a")("mf3") - ("quietpatron")("wn41"); + ("wn41"); static std::set upcomingUsersList = boost::assign::list_of - ("_gltest2")("fcplm_zion"); + ("omgasm"); void SetSoftCPBestChain() {