Skip to content

Commit

Permalink
Change firod default settings to allow mining blocks of up to 2MB. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sproxet authored Oct 4, 2022
1 parent 5b0a1da commit 657d346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class CCoinsViewCache;

/** Default for -blockmaxsize, which controls the maximum size of block the mining code will create **/
static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 500000;
static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 2000000;
/** Default for -blockprioritysize, maximum space for zero/low-fee transactions **/
static const unsigned int DEFAULT_BLOCK_PRIORITY_SIZE = 50000; // 50KB;
/** Default for -blockmaxweight, which controls the range of block weights the mining code will create **/
Expand Down

0 comments on commit 657d346

Please sign in to comment.