re-add 8 second magical delay, turns out it's important
This commit is contained in:
parent
34adb9ebe5
commit
d7b160f9b3
1 changed files with 16 additions and 14 deletions
|
|
@ -198,6 +198,7 @@ angular.module('copayApp.controllers').controller('buyCoinbaseController', funct
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$timeout(function() {
|
||||||
var tx = b.data ? b.data.transaction : null;
|
var tx = b.data ? b.data.transaction : null;
|
||||||
if (tx) {
|
if (tx) {
|
||||||
processBuyTx(tx);
|
processBuyTx(tx);
|
||||||
|
|
@ -213,6 +214,7 @@ angular.module('copayApp.controllers').controller('buyCoinbaseController', funct
|
||||||
processBuyTx(tx);
|
processBuyTx(tx);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, 8000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue