diff --git a/core/block.go b/core/block.go index b572b3ed..4b2bef1a 100644 --- a/core/block.go +++ b/core/block.go @@ -17,7 +17,7 @@ import ( const ( // MaxNumRegularTxsPerBlock represents the max number of regular transaction can be inclulded in one block - MaxNumRegularTxsPerBlock int = 8192 + MaxNumRegularTxsPerBlock int = 256 ) var (