Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Nov 20, 2023
1 parent 6ba4a14 commit 136ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/external/cw-vesting/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ fn test_staking_rewards_go_to_receiver() {
StakingInfo {
bonded_denom: NATIVE_DENOM.to_string(),
unbonding_time: 60,
/// Interest rate per year (60 * 60 * 24 * 365 seconds)
// Interest rate per year (60 * 60 * 24 * 365 seconds)
apr: Decimal::percent(10),
},
)
Expand Down

0 comments on commit 136ae78

Please sign in to comment.