Fix block announcement validation (#171)

* Fix block announce

* Fix compilation
This commit is contained in:
Bastian Köcher
2020-08-04 15:19:36 +02:00
committed by GitHub
parent 31adf5aff6
commit f5fbe3c195
11 changed files with 413 additions and 239 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ fn call_validate_block(
executor
.call_in_wasm(
&WASM_BINARY,
&WASM_BINARY.expect("You need to build the WASM binaries to run the tests!"),
None,
"validate_block",
&params,