aboutsummaryrefslogtreecommitdiff
path: root/serialize.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-18 19:19:41 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-18 19:19:41 +0000
commite4db374421cac4c6fd0d9f9b337d9073e5207c21 (patch)
treebfbb16bc8fbcb4911a24a5e32f9f4c3c280f392c /serialize.h
parent01fe1d2137d5e0a1d38f4c3be241b69ceccc578c (diff)
downloadbitcoin-e4db374421cac4c6fd0d9f9b337d9073e5207c21.tar.xz
bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,
keep databases open, close db cursors, initial block download in batches of 500 blocks, fix misc warnings, subver linux-test8
Diffstat (limited to 'serialize.h')
-rw-r--r--serialize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/serialize.h b/serialize.h
index 9b20e2a0f6..aae821b6d2 100644
--- a/serialize.h
+++ b/serialize.h
@@ -20,6 +20,7 @@ class CDataStream;
class CAutoFile;
static const int VERSION = 106;
+static const char* pszSubVer = " linux-test8";