Allow import withouth state verification (#4031)

* Allow import without state verification

* Explicit None

Co-Authored-By: Robert Habermeier <rphmeier@gmail.com>
This commit is contained in:
Arkadiy Paronyan
2019-11-07 15:25:41 +01:00
committed by Gavin Wood
parent 021f3a3f06
commit cca9ab436c
20 changed files with 231 additions and 87 deletions
+1
View File
@@ -156,6 +156,7 @@ macro_rules! import_blocks {
body: block.body,
justification: block.justification,
origin: None,
allow_missing_state: false,
}
]);
}