Remove wrong assertion from phragmen (#4515)

* remove assertion
This commit is contained in:
Kian Paimani
2020-01-13 16:48:00 +01:00
committed by GitHub
parent 2597457a7e
commit 0cd8d2c2cf
5 changed files with 117 additions and 32 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ pub(crate) fn run_and_compare(
check_assignments(assignments);
}
pub(crate) fn build_support_map<FS>(
pub(crate) fn build_support_map_float<FS>(
result: &mut _PhragmenResult<AccountId>,
stake_of: FS,
) -> _SupportMap<AccountId>