mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
* Remove Filter and use Contains instead * Fixes * Remove patch * Bump Polkadot * bump
This commit is contained in:
@@ -55,7 +55,7 @@ parameter_types! {
|
||||
}
|
||||
|
||||
impl system::Config for Test {
|
||||
type BaseCallFilter = frame_support::traits::AllowAll;
|
||||
type BaseCallFilter = frame_support::traits::Everything;
|
||||
type BlockWeights = ();
|
||||
type BlockLength = ();
|
||||
type DbWeight = ();
|
||||
|
||||
Reference in New Issue
Block a user