Skip to content

Commit

Permalink
rebase artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 10, 2024
1 parent dd2d47a commit fe3ddba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mobile_verifier/src/rewarder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ async fn reward_poc(
reward_shares::get_scheduled_tokens_for_poc(reward_period.end - reward_period.start)
- transfer_reward_sum;

let heartbeats =
HeartbeatReward::validated(pool, reward_period, max_distance_to_asserted).await?;
let heartbeats = HeartbeatReward::validated(pool, reward_period, max_distance_to_asserted);
let speedtest_averages =
SpeedtestAverages::aggregate_epoch_averages(reward_period.end, pool).await?;
let coverage_points =
Expand Down

0 comments on commit fe3ddba

Please sign in to comment.