Skip to content

Commit

Permalink
rename to match contract
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Dec 18, 2024
1 parent 337ff70 commit 572b06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/sub_dao.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ message sub_dao_epoch_reward_info {
string sub_dao_address = 3;
// The total HNT rewards emitted for the sub dao and epoch minus the
// delegation rewards
uint64 rewards_issued = 4;
uint64 hnt_rewards_issued = 4;
// The total HNT delegation rewards emitted for the sub dao and epoch
uint64 delegation_rewards_issued = 5;
// timestamp in seconds when the rewards were issued
Expand Down

0 comments on commit 572b06e

Please sign in to comment.