Skip to content
Snippets Groups Projects

Fix account linking

Merged Benjamin Gallois requested to merge bgallois/duniter-v2s:153-linking into master
Compare and
10 files
+ 109
60
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -243,6 +243,7 @@ impl pallet_identity::Config for Test {
type RemoveIdentityConsumers = ();
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
type CheckAccountAllowed = ();
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkSetupHandler = ();
}
Loading