mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +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:
@@ -301,7 +301,6 @@ fn generate_runtime_api_base_structures() -> Result<TokenStream> {
|
||||
|
||||
self.changes.replace(Default::default()).into_storage_changes(
|
||||
backend,
|
||||
parent_hash,
|
||||
self.storage_transaction_cache.replace(Default::default()),
|
||||
state_version,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user