Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Aug 20, 2024
1 parent f8aadbb commit f04e1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/dapp-staking-v3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,6 @@ pub mod pallet {
let current_period_number = ActiveProtocolState::<T>::get().period_number();
let current_era_info = CurrentEraInfo::<T>::get();
let current_era_total_stake = current_era_info.total_staked_amount_next_era();
let ok = current_era_info.total_staked_amount();

let mut total_staked = Balance::zero();

Expand Down

0 comments on commit f04e1d7

Please sign in to comment.