Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Aug 28, 2024
1 parent 4091bd2 commit 566b157
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pallets/moonbeam-lazy-migrations/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ pub mod pallet {
let proof_size_diff = proof_size_after.saturating_sub(proof_size_before);

Weight::from_parts(0, proof_size_diff)
// For now the DbWeight is only recording the ref_time and not account for
// the proof_size.
.saturating_add(T::DbWeight::get().reads_writes(res.reads, res.writes))
}
}
Expand Down

0 comments on commit 566b157

Please sign in to comment.