Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Jul 7, 2024
1 parent 28cd88a commit b8d2d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/transaction-pause/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ord_parameter_types! {

impl Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type UpdateOrigin = EnsureSignedBy<One, AccountId>;
type SecurityOrigin = EnsureSignedBy<One, AccountId>;
type WeightInfo = ();
}

Expand Down

0 comments on commit b8d2d03

Please sign in to comment.