Skip to content

Commit

Permalink
chore: reduce number of rwd blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Jan 30, 2025
1 parent 5bef2ec commit f2ec45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/btc_rewards_distribution_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ func (s *BtcRewardsDistribution) Test7CheckRewards() {
// (del1) => 4_00000000
// (del2) => 10_00000000

// gets the difference in rewards in 8 blocks range
fp1DiffRewards, fp2DiffRewards, del1DiffRewards, del2DiffRewards := s.GetRewardDifferences(8)
// gets the difference in rewards in 4 blocks range
fp1DiffRewards, fp2DiffRewards, del1DiffRewards, del2DiffRewards := s.GetRewardDifferences(4)

// Check the difference in the finality providers
// fp1 should receive ~75% of the rewards received by fp2
Expand Down

0 comments on commit f2ec45e

Please sign in to comment.