This commit is contained in:
Bryan Stitt 2023-02-05 18:19:13 -08:00
parent f2d35ba5eb
commit 266c410f15

View File

@ -87,6 +87,8 @@ impl PopularityContestSubCommand {
by_tier.entry(tier).or_default().push(rpc_data);
}
// TODO: sort by_tier
info!("tier_requests: {:#?}", tier_requests);
info!("by_tier: {:#?}", by_tier);