nit: use traits::tokens::fungible => use traits::fungible (#1753)

Slightly less verbose use of fungible(s).

---------

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
Squirrel
2023-10-17 11:55:59 +02:00
committed by GitHub
parent 5cdd819ed2
commit d9e266f432
10 changed files with 16 additions and 16 deletions
@@ -74,7 +74,7 @@ pub mod pallet {
type WeightInfo: WeightInfo;
/// This is a normal Rust type, nothing specific to FRAME here.
type Currency: frame_support::traits::tokens::fungible::Inspect<Self::AccountId>;
type Currency: frame_support::traits::fungible::Inspect<Self::AccountId>;
/// Similarly, let the runtime decide this.
fn some_function() -> u32;