Skip to content

Commit

Permalink
fix merges
Browse files Browse the repository at this point in the history
  • Loading branch information
haoran committed Aug 21, 2022
1 parent bac5297 commit a9c60ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3264,7 +3264,6 @@ impl Bank {
m.stop();
metrics.store_vote_accounts_us.fetch_add(m.as_us(), Relaxed);
vote_rewards
<<<<<<< HEAD
}

fn update_reward_history(
Expand All @@ -3291,8 +3290,6 @@ impl Bank {
metrics
.store_stake_accounts_us
.fetch_add(m.as_us(), Relaxed);
=======
>>>>>>> c17f15a34f (Refactor epoch reward 2 (#27257))
}

fn update_reward_history(
Expand Down

0 comments on commit a9c60ad

Please sign in to comment.