Remove unused parent_hash in OverlayedChanges::into_storage_changes (#11011)

Ref https://github.com/paritytech/substrate/pull/10922#issuecomment-1064258443

CC @cheme
This commit is contained in:
Liu-Cheng Xu
2022-03-11 02:35:11 +08:00
committed by GitHub
parent c939d0a7a0
commit 47f96b6584
5 changed files with 2 additions and 13 deletions
@@ -150,7 +150,6 @@ where
let storage_changes = changes
.drain_storage_changes(
&state_ext.backend,
Default::default(),
&mut Default::default(),
// Note that in case a block contains a runtime upgrade,
// state version could potentially be incorrect here,