Skip to content

Commit

Permalink
Update polkadot/runtime/common/src/auctions.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Dec 10, 2024
1 parent ca25bff commit 3f0ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/runtime/common/src/auctions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,7 @@ mod benchmarking {

#[block]
{
let _ = Auctions::<T>::on_initialize(duration + now + T::EndingPeriod::get());
Auctions::<T>::on_initialize(duration + now + T::EndingPeriod::get());
}

let auction_index = AuctionCounter::<T>::get();
Expand Down

0 comments on commit 3f0ad42

Please sign in to comment.