diff --git a/src/darksend.h b/src/darksend.h index 1d7e379475..ec70a9fa2d 100644 --- a/src/darksend.h +++ b/src/darksend.h @@ -283,11 +283,11 @@ public: to behave themselves. If they don't it takes their money. */ std::string strAddress = ""; -// if(Params().NetworkID() == CChainParams::MAIN) { -// strAddress = "Xq19GqFvajRrEdDHYRKGYjTsQfpV5jyipF"; -// } else { + if(Params().NetworkID() == CChainParams::MAIN) { + strAddress = "Xq19GqFvajRrEdDHYRKGYjTsQfpV5jyipF"; + } else { strAddress = "y1EZuxhhNMAUofTBEeLqGE1bJrpC2TWRNp"; -// } + } lastSplitUpBlock = 0; cachedLastSuccess = 0;