Some fixes required for Cumulus (#766)

* Add some more bounds

* More bounds

* More fixes

* More fixes
This commit is contained in:
Bastian Köcher
2020-01-15 14:17:55 +01:00
committed by Gavin Wood
parent 16043df46f
commit 9ec65c94d7
4 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ fn do_validation<P>(
&validation_code,
params,
ext.clone(),
ExecutionMode::Remote,
ExecutionMode::Local,
) {
Ok(result) => {
if result.head_data == head_data.0 {