testnet and keypoololdest added to RPC getinfo output. And RPC now sends proper HTTP Date headers.

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@172 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
gavinandresen
2010-10-22 15:15:20 +00:00
parent 2ce73dbe85
commit c285051c08
5 changed files with 31 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
static const int VERSION = 31400;
static const int VERSION = 31401;
static const char* pszSubVer = "";