mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
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:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user