version 0.3.1 rc1

This commit is contained in:
Gavin Andresen
2010-07-19 01:02:04 +00:00
parent 8bd66202c3
commit 9d2174b6f5
8 changed files with 30 additions and 9 deletions

1
main.h
View File

@@ -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;