From 4f0aea6e86090460b4d641c730e18c8f0c820f47 Mon Sep 17 00:00:00 2001 From: Matthew Plant Date: Fri, 4 Aug 2023 10:57:32 -0400 Subject: [PATCH] Remove coverage_objects from radio_reward (#361) * Remove coverage_objects from radio_reward * Deprecate instead of remove --- src/service/poc_mobile.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/service/poc_mobile.proto b/src/service/poc_mobile.proto index 2cc23988..2fd0af27 100644 --- a/src/service/poc_mobile.proto +++ b/src/service/poc_mobile.proto @@ -260,8 +260,9 @@ message radio_reward { uint64 poc_reward = 4; // Accumulated coverage points for the radio uint64 coverage_points = 5; - // Coverage objects claimed to make this calculation - repeated bytes coverage_objects = 6; + // Coverage objects claimed to make this calculation. + // This will always be empty + repeated bytes coverage_objects = 6 [ deprecated = true ]; } message gateway_reward {