Skip to content

Commit

Permalink
Inject blocks per year and blocks per round to the inflation info
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Aug 11, 2022
1 parent 9b97841 commit 6b3a7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/parachain-staking/src/inflation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// along with Moonbeam. If not, see <http://www.gnu.org/licenses/>.

//! Helper methods for computing issuance based on inflation
use std::ops::Div;
use crate::pallet::{BalanceOf, Config, Pallet};
use frame_support::traits::Currency;
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
Expand Down

0 comments on commit 6b3a7ab

Please sign in to comment.