From: wz Date: Thu, 20 Jun 2019 01:45:12 +0000 (+0800) Subject: modify utxi limit (#197) X-Git-Tag: v1.0.5~208^2~7 X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=commitdiff_plain;h=d8a03ef2837938cb7d9fb47d61a599d21f340558 modify utxi limit (#197) --- 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)