remove check for online
This commit is contained in:
parent
588fc7a047
commit
8a016eccb2
1 changed files with 0 additions and 5 deletions
|
@ -150,11 +150,6 @@ export default class SplashScreen extends React.PureComponent<Props, State> {
|
|||
}
|
||||
|
||||
updateStatusCallback(status: StatusResponse, walletStatus: WalletStatusResponse, waitingForUnlock: boolean = false) {
|
||||
if (!status.wallet || !status.wallet.connected) {
|
||||
this.setState({ error: true });
|
||||
return;
|
||||
}
|
||||
|
||||
const { wallet, startup_status: startupStatus } = status;
|
||||
|
||||
// If the wallet is locked, stop doing anything and make the user input their password
|
||||
|
|
Loading…
Reference in a new issue