Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Oct 30, 2023
1 parent f0c14cc commit e2447b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pallets/dapp-staking-v3/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

use super::*;

use frame_benchmarking::v2::*;
use astar_primitives::Balance;
use frame_benchmarking::v2::*;

#[benchmarks]
mod benchmarks {
Expand All @@ -31,12 +31,10 @@ mod benchmarks {
let period = 1;
let reward_pool = Balance::from(1e30 as u128);

TierConfig:<T>::put()
// TODO: TierConfig setting
// TODO: dApp registration
// TODO: ContractStake filling


#[block]
{
let _ = Pallet::<T>::get_dapp_tier_assignment(era, period, reward_pool);
Expand Down

0 comments on commit e2447b3

Please sign in to comment.