diff --git a/mobile_config/src/client/sub_dao_client.rs b/mobile_config/src/client/sub_dao_client.rs
index dc23d0f52..3f89ea4c3 100644
--- a/mobile_config/src/client/sub_dao_client.rs
+++ b/mobile_config/src/client/sub_dao_client.rs
@@ -1,5 +1,5 @@
use super::{call_with_retry, ClientError, Settings};
-use crate::sub_dao_epoch_reward_info::ResolvedSubDaoEpochRewardInfo;
+use crate::sub_dao_epoch_reward_info::EpochRewardInfo;
use file_store::traits::MsgVerify;
use helium_crypto::{Keypair, PublicKey, Sign};
use helium_proto::{
@@ -36,7 +36,7 @@ pub trait SubDaoEpochRewardInfoResolver: Clone + Send + Sync + 'static {
&self,
sub_dao: &str,
epoch: u64,
- ) -> Result