Skip to content

Commit

Permalink
Merge pull request #2807 from /issues/5046
Browse files Browse the repository at this point in the history
Fix payment balances not called after first run of application
  • Loading branch information
tmancey authored Jun 26, 2019
2 parents 80f2eee + 4373b44 commit 67bdd74
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -831,12 +831,6 @@ void ConfirmationsImpl::RemoveConfirmationFromQueue(
}

void ConfirmationsImpl::UpdateAdsRewards(const bool should_refresh) {
if (!state_has_loaded_) {
// We should not update ads rewards until state has successfully loaded
// otherwise our values will be overwritten
return;
}

ads_rewards_->Update(wallet_info_, should_refresh);
}

Expand Down

0 comments on commit 67bdd74

Please sign in to comment.