remove old reward call
This commit is contained in:
parent
82f2d24dd3
commit
6091bdec18
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ import * as NOTIFICATION_TYPES from 'constants/notification_types';
|
|||
import { ipcRenderer } from 'electron';
|
||||
import Lbryio from 'lbryio';
|
||||
import { doAlertError } from 'redux/actions/app';
|
||||
import { doClaimEligiblePurchaseRewards } from 'redux/actions/rewards';
|
||||
import { doNavigate } from 'redux/actions/navigation';
|
||||
import {
|
||||
setSubscriptionLatest,
|
||||
|
@ -230,7 +229,6 @@ export function doStartDownload(uri, outpoint) {
|
|||
export function doDownloadFile(uri, streamInfo) {
|
||||
return dispatch => {
|
||||
dispatch(doStartDownload(uri, streamInfo.outpoint));
|
||||
dispatch(doClaimEligiblePurchaseRewards());
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue