mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
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:
@@ -179,7 +179,6 @@ where
|
||||
pub fn commit_all(&mut self) -> Result<(), String> {
|
||||
let changes = self.overlay.drain_storage_changes::<_, _>(
|
||||
&self.backend,
|
||||
Default::default(),
|
||||
&mut Default::default(),
|
||||
self.state_version,
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user