Companion for #10382 (Insufficient asset quotas and deposits) (#4390)

* MaxConsumers

* Fixes

* fixes

* one more fix

* Bump Substrate

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Gavin Wood
2021-12-09 14:42:39 +01:00
committed by GitHub
parent 762ec19ac0
commit bc58b46962
32 changed files with 194 additions and 163 deletions
@@ -91,6 +91,7 @@ impl frame_system::Config for TestRuntime {
type DbWeight = ();
type SS58Prefix = ();
type OnSetCode = ();
type MaxConsumers = frame_support::traits::ConstU32<16>;
}
frame_support::parameter_types! {