This commit is contained in:
Miguel Freitas 2013-10-12 14:49:30 -03:00
parent 75e5c6829b
commit 56194d1eaf
2 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public:
hashGenesisBlock = genesis.GetHash();
assert(hashGenesisBlock == uint256("0x000000792bc5674af6fa5c006149d78c47265f7e03d2ca7f5a094b2475ef1328"));
//vSeeds.push_back(CDNSSeedData("bitcoin.sipa.be", "seed.bitcoin.sipa.be"));
vSeeds.push_back(CDNSSeedData("twister.net.co", "seed.twister.net.co"));
base58Prefixes[PUBKEY_ADDRESS] = 0;
base58Prefixes[SCRIPT_ADDRESS] = 5;

View File

@ -954,6 +954,8 @@ Value newpostmsg(const Array& params, bool fHelp)
// post to dht as well
ses->dht_putData(strUsername, string("post")+strK, false,
v, strUsername, GetAdjustedTime(), 1);
ses->dht_putData(strUsername, string("status"), false,
v, strUsername, GetAdjustedTime(), k);
// is this a reply? notify
if( strReplyN.length() ) {