Skip to content

Commit

Permalink
Enable governance transactions (paritytech#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored Nov 28, 2019
1 parent e3a3906 commit ead2346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl SignedExtension for OnlyStakingAndClaims {
-> TransactionValidity
{
match call {
Call::Balances(_) | Call::Slots(_) | Call::Registrar(_) | Call::Democracy(_)
Call::Balances(_) | Call::Slots(_) | Call::Registrar(_)
=> Err(InvalidTransaction::Custom(ValidityError::NoPermission.into()).into()),
_ => Ok(Default::default()),
}
Expand Down

0 comments on commit ead2346

Please sign in to comment.