- 66AF7BED57921718A5E073DB591E4DC838622DF4AF4E5662A0B2F46F20EE60C98FEC6D967BDB71A4C1CF82E3DC9F2F6E0AEDDAEF9C7246B7797E6B4DB5F1080D
+ ECAFBDF451A63BE8EA30BA33B93F62A155511051154AF8369284519E6F493D2B3546FF2D3E7F7A3EC263F50A2080DA9665B24DCE3AEBB4CD54B92ACB12F37024
bitcoin/src/main.h
(30 . 7)(30 . 6)
147 static const unsigned int MAX_BLOCK_SIZE = 1000000;
148 static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
149 static const int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
150 static const int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
151 static const int64 COIN = 100000000;
152 static const int64 CENT = 1000000;
153 static const int64 MIN_TX_FEE = 50000;