mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-09 21:34:25 +00:00
updating node list for soft checkpoints
This commit is contained in:
parent
3bcf8aaacc
commit
063ef694ca
@ -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…
x
Reference in New Issue
Block a user