Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Szegoo committed Mar 2, 2023
commit 8401fdbc87b2136942f8cf7ec67c85be40160e01
4 changes: 2 additions & 2 deletions frame/assets/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,8 @@ impl WeightInfo for () {
// Proof Size summary in bytes:
// Measured: `383`
// Estimated: `3675`
// Minimum execution time: 16_213 nanoseconds.
Weight::from_parts(16_575_000, 0)
// Minimum execution time: 16_318 nanoseconds.
Weight::from_parts(24_489_000, 0)
.saturating_add(Weight::from_parts(0, 3675))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
Expand Down