efficiently sort transaction dependencies in one pass

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@184 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-11-19 20:22:46 +00:00
parent c4679ad0f1
commit 683bcb9154
3 changed files with 106 additions and 57 deletions

View File

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