From d63af39f95c55e589dcf5fe028f9b958e691f6a4 Mon Sep 17 00:00:00 2001 From: Andrew McKenzie Date: Mon, 16 Dec 2024 14:01:35 +0000 Subject: [PATCH] rename to match contract --- src/service/sub_dao.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/sub_dao.proto b/src/service/sub_dao.proto index a6754a5d..63beadb3 100644 --- a/src/service/sub_dao.proto +++ b/src/service/sub_dao.proto @@ -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