Skip to content

Commit

Permalink
Keep importing RadioReward until we stop reading them
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Oct 17, 2024
1 parent 6b807cf commit 4fbc63a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion mobile_verifier/tests/integrations/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ use helium_proto::services::{
poc_mobile::{
mobile_reward_share::Reward as MobileReward, radio_reward_v2, GatewayReward,
MobileRewardShare, OracleBoostingHexAssignment, OracleBoostingReportV1, PromotionReward,
RadioRewardV2, ServiceProviderReward, SpeedtestAvg, SubscriberReward, UnallocatedReward,
RadioReward, RadioRewardV2, ServiceProviderReward, SpeedtestAvg, SubscriberReward,
UnallocatedReward,
},
};
use hex_assignments::{Assignment, HexAssignment, HexBoostData};
Expand Down

0 comments on commit 4fbc63a

Please sign in to comment.