Rc fixes #2092

Merged
neb-b merged 11 commits from rc-fixes into master 2018-11-08 22:00:12 +01:00
Showing only changes of commit 02457ca11c - Show all commits

View file

@ -313,7 +313,6 @@ export const doCheckPendingPublishes = () => (dispatch: Dispatch<Action>, getSta
const checkFileList = () => {
Lbry.claim_list_mine().then(claims => {
console.log('check');
claims.forEach(claim => {
// If it's confirmed, check if it was pending previously
if (claim.confirmations > 0 && pendingById[claim.claim_id]) {