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

1
db.h
View File

@@ -432,6 +432,7 @@ protected:
friend class CReserveKey;
public:
vector<unsigned char> GetKeyFromKeyPool();
int64 GetOldestKeyPoolTime();
};
bool LoadWallet(bool& fFirstRunRet);