Skip to content

Commit

Permalink
Disable election
Browse files Browse the repository at this point in the history
  • Loading branch information
ark930 committed Aug 24, 2021
1 parent 6ff8ea9 commit e418a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/bifrost/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ impl Filter<Call> for CallFilter {
Call::Balances(_) => false,
Call::Vesting(_) => false,
Call::Tokens(_) => false,
Call::PhragmenElection(_) => false,
Call::Currencies(orml_currencies::Call::transfer_native_currency(..)) => false,
_ => true,
}
Expand Down

0 comments on commit e418a5a

Please sign in to comment.