Skip to content

Commit

Permalink
remove unnccessary types
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed Sep 22, 2020
1 parent c1d27eb commit 0eb3994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/poa/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub trait Trait: system::Trait + pallet_session::Trait + pallet_authorship::Trai
/// The overarching event type.
type Event: From<Event<Self>> + Into<<Self as system::Trait>::Event>;

type Currency: Currency<Self::AccountId> + ReservableCurrency<Self::AccountId>;
type Currency: ReservableCurrency<Self::AccountId>;
}

// This pallet's storage items.
Expand Down

0 comments on commit 0eb3994

Please sign in to comment.