Place call data into a newly allocated pages (#502)

This commit is contained in:
Sergey Pepyakin
2018-08-07 17:40:25 +03:00
committed by Gav Wood
parent fc16b193de
commit 66432490fa
2 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ fn execute_good_chain_on_parent() {
#[test]
fn execute_bad_on_parent() {
let parent_head = HeadData {
let parent_head = HeadData {
number: 0,
parent_hash: [0; 32],
post_state: hash_state(0),