Update Substrate & Polkadot (#41)

This commit is contained in:
Bastian Köcher
2020-01-16 17:26:49 +01:00
committed by GitHub
parent 6a04f4dbf7
commit 765a38932f
3 changed files with 552 additions and 515 deletions
+1
View File
@@ -59,6 +59,7 @@ fn call_validate_block(
&mut ext_ext,
&WASM_BINARY,
1024,
false,
)
.map(|v| ValidationResult::decode(&mut &v[..]).expect("Decode `ValidationResult`."))
.map(|v| Header::decode(&mut &v.head_data[..]).expect("Decode `Header`."))