mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
* Adapt to new kill_child_storage runtime interface version * "Update Substrate" * Update substrate Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
575d68a65d
commit
cadc8347b4
@@ -245,7 +245,7 @@ impl sp_externalities::Externalities for ValidationExternalities {
|
||||
panic!("child_storage: unsupported feature for parachain validation")
|
||||
}
|
||||
|
||||
fn kill_child_storage(&mut self, _: &ChildInfo) {
|
||||
fn kill_child_storage(&mut self, _: &ChildInfo, _: Option<u32>) -> bool {
|
||||
panic!("kill_child_storage: unsupported feature for parachain validation")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user