OSDN Git Service

modify utxi limit (#197)
authorwz <mars@bytom.io>
Thu, 20 Jun 2019 01:45:12 +0000 (09:45 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 20 Jun 2019 01:45:12 +0000 (09:45 +0800)
consensus/general.go

index 0a42603..da54f95 100644 (file)
@@ -14,7 +14,7 @@ const (
        VMGasRate        = int64(200)
        StorageGasRate   = int64(1)
        MaxGasAmount     = int64(200000)
        VMGasRate        = int64(200)
        StorageGasRate   = int64(1)
        MaxGasAmount     = int64(200000)
-       DefaultGasCredit = int64(30000)
+       DefaultGasCredit = int64(160000)
 
        //config parameter for coinbase reward
        CoinbasePendingBlockNumber = uint64(100)
 
        //config parameter for coinbase reward
        CoinbasePendingBlockNumber = uint64(100)