Fixing tests

This commit is contained in:
Tomusdrw
2016-01-20 17:31:37 +01:00
parent cd9a0e4e58
commit 651d2d66e0
2 changed files with 7 additions and 7 deletions

View File

@@ -224,7 +224,7 @@ fn do_json_test_for(vm: &VMType, json_data: &[u8]) -> Vec<String> {
params.data = xjson!(&exec["data"]);
params.gas = xjson!(&exec["gas"]);
params.gas_price = xjson!(&exec["gasPrice"]);
params.value = xjson!(&exec["value"]);
params.value = ActionValue::Transfer(xjson!(&exec["value"]));
});
let out_of_gas = test.find("callcreates").map(|_calls| {