diff --git a/src/service/poc_mobile.proto b/src/service/poc_mobile.proto index 2fd0af27..dcde67e4 100644 --- a/src/service/poc_mobile.proto +++ b/src/service/poc_mobile.proto @@ -260,9 +260,6 @@ message radio_reward { uint64 poc_reward = 4; // Accumulated coverage points for the radio uint64 coverage_points = 5; - // Coverage objects claimed to make this calculation. - // This will always be empty - repeated bytes coverage_objects = 6 [ deprecated = true ]; } message gateway_reward {