Skip to content

Commit 9b9972e

Browse files
authored
make impl_outer_origin default to use frame_system (#6695)
1 parent 23e6607 commit 9b9972e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use sp_runtime::testing::{Header, UintAuthorityId, TestXt};
2828
use sp_runtime::traits::{IdentityLookup, BlakeTwo256, ConvertInto};
2929
use sp_core::H256;
3030
use frame_support::{impl_outer_origin, impl_outer_dispatch, parameter_types, weights::Weight};
31-
use frame_system as system;
31+
3232
impl_outer_origin!{
3333
pub enum Origin for Runtime {}
3434
}

0 commit comments

Comments
 (0)