From 337ff702602a1bc03088c1f71a440e7ed4975c79 Mon Sep 17 00:00:00 2001 From: Andrew McKenzie Date: Fri, 6 Dec 2024 14:40:47 +0000 Subject: [PATCH] remove epoch --- src/service/poc_lora.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/service/poc_lora.proto b/src/service/poc_lora.proto index 44426060..384a720e 100644 --- a/src/service/poc_lora.proto +++ b/src/service/poc_lora.proto @@ -266,8 +266,6 @@ message iot_reward_share { operational_reward operational_reward = 4; unallocated_reward unallocated_reward = 5; } - // the onchain epoch of the reward share - uint64 epoch = 6; } message lora_stream_session_offer_v1 { bytes nonce = 1; }