core, params: polish net gas metering PR a bit

This commit is contained in:
Péter Szilágyi
2018-09-18 16:24:35 +03:00
parent caa2c23a38
commit 5d921fa3a0
11 changed files with 167 additions and 228 deletions

View File

@@ -95,14 +95,6 @@ func newConstantinopleInstructionSet() [256]operation {
writes: true,
returns: true,
}
instructionSet[SSTORE] = operation{
execute: opSstore,
gasCost: gasSStoreEip1283,
validateStack: makeStackFunc(2, 0),
valid: true,
writes: true,
}
return instructionSet
}