Skip to content

Commit

Permalink
fixed nft weight
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Aug 29, 2021
1 parent 7324621 commit 7ad5a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/weights/nft.rs
Expand Up @@ -60,7 +60,7 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}
fn mint(_i:u32) -> Weight {
fn mint() -> Weight {
(63_642_000 as Weight)
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(4 as Weight))
Expand Down

0 comments on commit 7ad5a1a

Please sign in to comment.