Companion for #7671 (child trie deletion host function) (#2077)

* Adapt to new kill_child_storage runtime interface version

* "Update Substrate"

* Update substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Theißen
2020-12-09 10:02:36 +01:00
committed by GitHub
parent 575d68a65d
commit cadc8347b4
3 changed files with 138 additions and 138 deletions
+1 -1
View File
@@ -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);
}
}