Remove unrequired check (#14298)

* Remove unrequired check

The get_pool_account function no longer relies on a `_trucating` function,
and there is a test in place
should someone alter the function to create pool collisions.

* test needed in this case.
This commit is contained in:
Squirrel
2023-06-04 22:17:51 +01:00
committed by GitHub
parent 57e6b21935
commit 8ae7d6923c
4 changed files with 5 additions and 31 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ impl Config for Test {
type MultiAssetId = NativeOrAssetId<u32>;
type MultiAssetIdConverter = NativeOrAssetIdConverter<u32>;
#[cfg(any(test, feature = "runtime-benchmarks"))]
#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = ();
}