Fix max-value calls and add "creates" field to getTransaction.
This commit is contained in:
@@ -102,7 +102,7 @@ fn vm_trace_to_object(t: &VMTrace) -> Value {
|
||||
"val".to_owned() => to_value(&sd.value).unwrap()
|
||||
]));
|
||||
}
|
||||
m.insert("executed".to_owned(), Value::Object(em));
|
||||
m.insert("ex".to_owned(), Value::Object(em));
|
||||
}
|
||||
if next_sub.is_some() && next_sub.unwrap().parent_step == i {
|
||||
m.insert("sub".to_owned(), vm_trace_to_object(next_sub.unwrap()));
|
||||
|
||||
Reference in New Issue
Block a user