From 14e43215d3a740f842aa52e060365333c3cfce10 Mon Sep 17 00:00:00 2001 From: mars Date: Thu, 20 Jun 2019 09:27:22 +0800 Subject: [PATCH] modify utxi limit --- consensus/general.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/general.go b/consensus/general.go index 0a42603a..da54f950 100644 --- a/consensus/general.go +++ b/consensus/general.go @@ -14,7 +14,7 @@ const ( VMGasRate = int64(200) StorageGasRate = int64(1) MaxGasAmount = int64(200000) - DefaultGasCredit = int64(30000) + DefaultGasCredit = int64(160000) //config parameter for coinbase reward CoinbasePendingBlockNumber = uint64(100) -- 2.11.0