Skip to content

Commit 6b3a7ab

Browse files
committed
Inject blocks per year and blocks per round to the inflation info
1 parent 9b97841 commit 6b3a7ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pallets/parachain-staking/src/inflation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// along with Moonbeam. If not, see <http://www.gnu.org/licenses/>.
1616

1717
//! Helper methods for computing issuance based on inflation
18+
use std::ops::Div;
1819
use crate::pallet::{BalanceOf, Config, Pallet};
1920
use frame_support::traits::Currency;
2021
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};

0 commit comments

Comments
 (0)