mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user