Skip to content

Commit

Permalink
Merge pull request #2808 from /issues/5046-0.68.x
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 27, 2019
2 parents e1233a4 + 11a1a3c commit 48d5430
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 48d5430

Please sign in to comment.