Skip to content

Commit

Permalink
add missing extrinsics to call filter
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Oct 10, 2024
1 parent c13fd7d commit 30720d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion runtimes/polimec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,11 @@ impl Contains<RuntimeCall> for BaseCallFilter {
pallet_funding::Call::start_settlement { .. } |
pallet_funding::Call::settle_evaluation { .. } |
pallet_funding::Call::settle_bid { .. } |
pallet_funding::Call::settle_contribution { .. }
pallet_funding::Call::settle_contribution { .. } |
pallet_funding::Call::mark_project_as_settled { .. } |
pallet_funding::Call::start_offchain_migration { .. } |
pallet_funding::Call::confirm_offchain_migration { .. } |
pallet_funding::Call::mark_project_ct_migration_as_finished { .. }
)
},
_ => true,
Expand Down

0 comments on commit 30720d6

Please sign in to comment.