From 5176784b18fda79e0634af4f817bedca80048eaf Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 24 Feb 2017 20:02:09 +0100 Subject: libevmasm: fix sloadGas in another file --- libevmasm/GasMeter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libevmasm/GasMeter.h') diff --git a/libevmasm/GasMeter.h b/libevmasm/GasMeter.h index 6ee8ea74..3169ff2a 100644 --- a/libevmasm/GasMeter.h +++ b/libevmasm/GasMeter.h @@ -50,7 +50,7 @@ namespace GasCosts static unsigned const expByteGas = 50; static unsigned const sha3Gas = 30; static unsigned const sha3WordGas = 6; - static unsigned const sloadGas = 50; + static unsigned const sloadGas = 200; static unsigned const sstoreSetGas = 20000; static unsigned const sstoreResetGas = 5000; static unsigned const sstoreRefundGas = 15000; -- cgit