OSDN Git Service

keep last irreversible block on the main chain (#245)
[bytom/vapor.git] / consensus / general.go
index 0a42603..da54f95 100644 (file)
@@ -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)