Skip to content
Snippets Groups Projects

Deprecate Currency trait

Merged Benjamin Gallois requested to merge deprecate-currency into master
Files
4
@@ -21,7 +21,7 @@ use super::*;
use codec::Encode;
use frame_benchmarking::v2::*;
use frame_support::traits::{Get, OnFinalize, OnInitialize};
use frame_support::traits::{fungible::Mutate, Get, OnFinalize, OnInitialize};
use frame_system::{pallet_prelude::BlockNumberFor, RawOrigin};
use scale_info::prelude::vec;
use sp_runtime::Perbill;
Loading