From 41c55620bc3f95226e8c824cd4d4353dcbea3989 Mon Sep 17 00:00:00 2001 From: Jieyi Long Date: Mon, 31 May 2021 12:22:27 -0700 Subject: [PATCH] Paramater tuning --- core/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (