Fixing SSTORE gas calculation

This commit is contained in:
Tomusdrw
2016-01-16 13:59:48 +01:00
parent fa1f0d1cf4
commit 012474b237
2 changed files with 43 additions and 9 deletions

View File

@@ -13,6 +13,9 @@ fn do_json_test(json_data: &[u8]) -> Vec<String> {
flush(format!("\n"));
for (name, test) in json.as_object().unwrap() {
// if name != "TestStoreGasPrices" {
// continue;
// }
let mut fail = false;
{
let mut fail_unless = |cond: bool| if !cond && !fail {