Companion for 8166 (Update storage_kill return value) (#2488)

* New return value

* update kill outcome

* Update name

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Shawn Tabrizi
2021-02-22 11:53:20 -08:00
committed by GitHub
parent c120e7d83a
commit 5b57f02e80
3 changed files with 145 additions and 143 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ impl sp_externalities::Externalities for ValidationExternalities {
panic!("child_storage: unsupported feature for parachain validation")
}
fn kill_child_storage(&mut self, _: &ChildInfo, _: Option<u32>) -> bool {
fn kill_child_storage(&mut self, _: &ChildInfo, _: Option<u32>) -> (bool, u32) {
panic!("kill_child_storage: unsupported feature for parachain validation")
}