mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +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
@@ -560,7 +560,7 @@ impl<T: Config> Module<T> {
|
||||
}
|
||||
|
||||
pub fn crowdfund_kill(index: FundIndex) {
|
||||
child::kill_storage(&Self::id_from_index(index));
|
||||
child::kill_storage(&Self::id_from_index(index), None);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user