File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010#include <stdint.h>
1111
1212/** The maximum allowed size for a serialized block, in bytes (only for buffer size limits) */
13- static const unsigned int MAX_BLOCK_SERIALIZED_SIZE = 4000000000 ;
13+ static const unsigned int MAX_BLOCK_SERIALIZED_SIZE = 400000000 ;
1414/** The maximum allowed weight for a block, see BIP 141 (network rule) */
15- static const unsigned int MAX_BLOCK_WEIGHT = 4000000000 ;
15+ static const unsigned int MAX_BLOCK_WEIGHT = 400000000 ;
1616/** The maximum allowed number of signature check operations in a block (network rule) */
17- static const int64_t MAX_BLOCK_SIGOPS_COST = 80000000 ;
17+ static const int64_t MAX_BLOCK_SIGOPS_COST = 8000000 ;
1818/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
1919static const int COINBASE_MATURITY = 100 ;
2020
You can’t perform that action at this time.
0 commit comments