aboutsummaryrefslogtreecommitdiffstats
path: root/vm/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/common.go')
-rw-r--r--vm/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/common.go b/vm/common.go
index 5fd512687..592d44ccd 100644
--- a/vm/common.go
+++ b/vm/common.go
@@ -20,7 +20,7 @@ const (
var (
GasStep = big.NewInt(1)
- GasSha = big.NewInt(20)
+ GasSha = big.NewInt(10)
GasSLoad = big.NewInt(20)
GasSStore = big.NewInt(100)
GasSStoreRefund = big.NewInt(100)