Skip to content

Commit

Permalink
Changed defaults fox max-std-element-size
Browse files Browse the repository at this point in the history
  • Loading branch information
mike31 committed Jun 3, 2018
1 parent af9cdc3 commit 37964d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams/paramlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static const mc_OneMultichainParam MultichainParamArray[] =
"maxstdelementsize","",
"Maximum number of OP_DROPs per output in standard transactions."},
{ "maxstdelementsize" , "max-std-element-size" ,
MC_PRM_INT64 | MC_PRM_USER | MC_PRM_CLONE , -1, 8192, 128, 32768, 0.0, 10003, 0, "-mc-maxscriptelementsize",
MC_PRM_INT64 | MC_PRM_USER | MC_PRM_CLONE , -1, 40000, 128, 80000, 0.0, 10003, 0, "-mc-maxscriptelementsize",
"maxstdopdropsize","",
"Maximum size of data elements in standard transactions, in bytes."},

Expand Down

0 comments on commit 37964d5

Please sign in to comment.