Skip to content

Commit

Permalink
Fix review in paritytech#6258
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Oct 29, 2024
1 parent 80cd5fd commit 673c473
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions substrate/frame/timestamp/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ mod benchmarks {

// Ignore read/write to `DidUpdate` since it is transient.
let did_update_key = DidUpdate::<T>::hashed_key().to_vec();
add_to_whitelist(TrackedStorageKey {
key: did_update_key,
reads: 0,
writes: 1,
whitelisted: false,
});
add_to_whitelist(did_update_key.into());

#[block]
{
Expand Down

0 comments on commit 673c473

Please sign in to comment.