mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 21:41:02 +00:00
* update apis * fix api * rename to `KillStorageResult` * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -677,7 +677,7 @@ impl<T: Config> Pallet<T> {
|
||||
who.using_encoded(|b| child::kill(&Self::id_from_index(index), b));
|
||||
}
|
||||
|
||||
pub fn crowdloan_kill(index: TrieIndex) -> child::KillChildStorageResult {
|
||||
pub fn crowdloan_kill(index: TrieIndex) -> child::KillStorageResult {
|
||||
child::kill_storage(&Self::id_from_index(index), Some(T::RemoveKeysLimit::get()))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user