Skip to content
Snippets Groups Projects

Fix weight accounting

Merged Benjamin Gallois requested to merge 167-fix-remove-member-weight into master
10 files
+ 101
97
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -236,7 +236,8 @@ impl pallet_identity::Config for Test {
@@ -236,7 +236,8 @@ impl pallet_identity::Config for Test {
type IdtyData = ();
type IdtyData = ();
type IdtyIndex = u32;
type IdtyIndex = u32;
type IdtyNameValidator = IdtyNameValidatorTestImpl;
type IdtyNameValidator = IdtyNameValidatorTestImpl;
type OnIdtyChange = ();
type OnNewIdty = ();
 
type OnRemoveIdty = ();
type RuntimeEvent = RuntimeEvent;
type RuntimeEvent = RuntimeEvent;
type Signature = TestSignature;
type Signature = TestSignature;
type Signer = UintAuthorityId;
type Signer = UintAuthorityId;
Loading