Skip to content

Commit

Permalink
allow join_collators (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: William Freudenberger <william@kilt.io>
  • Loading branch information
weichweich and wischli authored Oct 29, 2021
1 parent 8d71bea commit 3874c1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtimes/spiritnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ impl Contains<Call> for BaseFilter {
| Call::KiltLaunch(kilt_launch::Call::locked_transfer { .. })
| Call::Balances { .. }
| Call::Delegation { .. }
| Call::ParachainStaking(parachain_staking::Call::join_candidates { .. })
| Call::CrowdloanContributors(crowdloan::Call::receive_gratitude { .. })
)
}
Expand Down

0 comments on commit 3874c1e

Please sign in to comment.