mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
REL
This commit is contained in:
parent
e73c894261
commit
8dff3d0222
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue