This commit is contained in:
Overtorment 2018-12-15 13:52:11 +00:00
parent e73c894261
commit 8dff3d0222

View file

@ -194,7 +194,7 @@ export default class WalletsAdd extends Component {
// lightning was selected
global.lightning_create_try = global.lightning_create_try || 1;
if (global.lightning_create_try++ < 9) return alert('Coming soon');
if (global.lightning_create_try++ < 9 && +new Date() < 1545264000000) return alert('Coming soon');
// eslint-disable-next-line
for (let t of BlueApp.getWallets()) {
if (t.type === new LightningCustodianWallet().type) {