Skip to content
Snippets Groups Projects
Unverified Commit 41bdac4a authored by bgallois's avatar bgallois
Browse files

fix after merge

parent 6cec1103
Branches
Tags
1 merge request!187Distance pallet benchmark
Pipeline #34180 waiting for manual action
......@@ -5773,7 +5773,7 @@ dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"getrandom 0.2.10",
"getrandom 0.2.8",
"pallet-authority-members",
"pallet-authorship",
"pallet-balances",
......
......@@ -236,13 +236,12 @@ impl pallet_identity::Config for Test {
type IdtyData = ();
type IdtyNameValidator = IdtyNameValidatorTestImpl;
type IdtyIndex = u32;
type AccountLinker = ();
type IdtyRemovalOtherReason = ();
type NewOwnerKeySigner = UintAuthorityId;
type NewOwnerKeySignature = TestSignature;
type Signer = UintAuthorityId;
type Signature = TestSignature;
type OnIdtyChange = ();
type RemoveIdentityConsumers = ();
type RevocationSigner = UintAuthorityId;
type RevocationSignature = TestSignature;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
#[cfg(feature = "runtime-benchmarks")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment