Skip to content

Commit

Permalink
Update x/incentive/keeper/scenario_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
  • Loading branch information
toteki and robert-zaremba committed Jul 6, 2023
1 parent 190161a commit 70bcd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/incentive/keeper/scenario_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func TestZeroBondedAtProgramEnd(t *testing.T) {
)

// In this test case, an incentive program is started but no uTokens of the incentivized denom are
// bonded during its first quarter or last quarter of runtime. During this time, it must not distribute rewards.
// bonded during its first quarter nor last quarter of the program. It must not distribute rewards when no tokens are bonded.
// During the remaining half of the program, 2/3 rewards must be distributed (spread evenly over
// the remaining time.) It is 2/3 instead of 3/4 because upon reaching 25% duration with no bonds, the
// program can adapt to award 1/3 rewards every remaining 25% duration. However, once all users unbond
Expand Down

0 comments on commit 70bcd4b

Please sign in to comment.