Fixing CALLDATALOAD for big indexes

This commit is contained in:
Tomusdrw
2016-01-15 20:19:46 +01:00
parent 51f828ac37
commit 7bb963f866
2 changed files with 4 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ fn do_json_test_for(vm: &VMType, json_data: &[u8]) -> Vec<String> {
let json = Json::from_str(::std::str::from_utf8(json_data).unwrap()).expect("Json is invalid");
let mut failed = Vec::new();
for (name, test) in json.as_object().unwrap() {
// if name != "calldataload0" {
// if name != "calldataload_BigOffset" {
// continue;
// }
println!("name: {:?}", name);