aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2010-07-19 01:02:04 +0000
committerGavin Andresen <gavinandresen@gmail.com>2010-07-19 01:02:04 +0000
commit9d2174b6f5f3fac2463c7ebc2dbb9004b3740d23 (patch)
treef378432b78a6cef9c0f9f0260cf549bd560b8bc0 /main.h
parent8bd66202c324a6c7a79abc0f1f0558dacbc59460 (diff)
downloadbitcoin-9d2174b6f5f3fac2463c7ebc2dbb9004b3740d23.tar.xz
version 0.3.1 rc1v0.3.1rc1
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 8692579f63..9a9bdf29c8 100644
--- a/main.h
+++ b/main.h
@@ -15,6 +15,7 @@ class CWalletTx;
class CKeyItem;
static const unsigned int MAX_SIZE = 0x02000000;
+static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const int64 COIN = 100000000;
static const int64 CENT = 1000000;
static const int COINBASE_MATURITY = 100;