From 86bc7795a3dfa4032a492f3e4150c7d1506e5b2d Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Tue, 21 Jun 2016 21:03:06 +0200 Subject: vm: Replace some SstoreClearGas with SstoreResetGas --- core/vm/jit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/vm/jit.go') diff --git a/core/vm/jit.go b/core/vm/jit.go index f56d7c1af..e2374df42 100644 --- a/core/vm/jit.go +++ b/core/vm/jit.go @@ -421,7 +421,7 @@ func jitCalculateGasAndSize(env Environment, contract *Contract, instr instructi g = params.SstoreClearGas } else { - g = params.SstoreClearGas + g = params.SstoreResetGas } gas.Set(g) case SUICIDE: -- cgit v1.2.3