We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b97841 commit 6b3a7abCopy full SHA for 6b3a7ab
1 file changed
pallets/parachain-staking/src/inflation.rs
@@ -15,6 +15,7 @@
15
// along with Moonbeam. If not, see <http://www.gnu.org/licenses/>.
16
17
//! Helper methods for computing issuance based on inflation
18
+use std::ops::Div;
19
use crate::pallet::{BalanceOf, Config, Pallet};
20
use frame_support::traits::Currency;
21
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
0 commit comments