Skip to content

Commit

Permalink
Revert "Derive Clone implementation for StorageTransactionCache (gear…
Browse files Browse the repository at this point in the history
…-tech/substrate/pull/39)"

This reverts commit 1c022f9.
  • Loading branch information
ukint-vs committed Apr 12, 2024
1 parent e7959c8 commit adb497c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ impl<H: Hasher> Default for StorageChanges<H> {
/// Storage transactions are calculated as part of the `storage_root`.
/// These transactions can be reused for importing the block into the
/// storage. So, we cache them to not require a recomputation of those transactions.
#[derive(Clone)]
struct StorageTransactionCache<H: Hasher> {
/// Contains the changes for the main and the child storages as one transaction.
transaction: BackendTransaction<H>,
Expand Down

0 comments on commit adb497c

Please sign in to comment.