Check stack for BALANCE. Closes #622

This commit is contained in:
obscuren 2015-04-01 17:45:38 +02:00
parent 516423cdac
commit 96cf776f81
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ var _baseCheck = map[OpCode]req{
MSIZE: {0, GasQuickStep, true},
GAS: {0, GasQuickStep, true},
BLOCKHASH: {1, GasExtStep, true},
BALANCE: {0, GasExtStep, true},
BALANCE: {1, GasExtStep, true},
EXTCODESIZE: {1, GasExtStep, true},
EXTCODECOPY: {4, GasExtStep, false},
SLOAD: {1, GasStorageGet, true},