Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Nov 13, 2024
1 parent 2064160 commit ee769ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/laos/src/configs/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl Contains<RuntimeCall> for BaseCallFilter {
use pallet_vesting::Call::*;

match c {
// New candidates are not allowed.
RuntimeCall::Vesting(vested_transfer { .. }) => false,
_ => true,
}
Expand Down

0 comments on commit ee769ad

Please sign in to comment.