Skip to content

Commit

Permalink
chore: comment more
Browse files Browse the repository at this point in the history
  • Loading branch information
boscohyun committed Aug 11, 2023
1 parent d3f6c0e commit 0651dbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lib9c/TableData/StakeRegularRewardSheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ public class RewardInfo
/// The rate of reward.
/// </summary>
[Obsolete(
"This field is used from `ClaimStakeReward.V2` or earlier. Use `DecimalRate` instead.")]
"This field is used from `ClaimStakeReward.V2` or earlier." +
" Use `DecimalRate` instead." +
" Deprecated this field because we need to support decimal rate.")]
public readonly int Rate;

public readonly StakeRewardType Type;
Expand Down

0 comments on commit 0651dbf

Please sign in to comment.