From 930cd5ea7e9c9c08ac4d5176c94e103c8f643cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Abadesso?= Date: Wed, 7 Feb 2024 16:13:38 -0300 Subject: [PATCH] chore: lint --- src/sagas/wallet.js | 2 -- src/screens/LoadHistoryScreen.js | 1 - 2 files changed, 3 deletions(-) diff --git a/src/sagas/wallet.js b/src/sagas/wallet.js index c63580bd3..299f1784c 100644 --- a/src/sagas/wallet.js +++ b/src/sagas/wallet.js @@ -201,7 +201,6 @@ export function* startWallet(action) { yield put(setUniqueDeviceId(uniqueDeviceId)); try { - throw new Error('a new test error has appeared'); yield call(wallet.start.bind(wallet), { pinCode: pin, password: pin, @@ -216,7 +215,6 @@ export function* startWallet(action) { } if (useWalletService) { - // Wallet Service start wallet will fail if the status returned from // the service is 'error' or if the start wallet request failed. // diff --git a/src/screens/LoadHistoryScreen.js b/src/screens/LoadHistoryScreen.js index d3687ed53..ea3c1cb26 100644 --- a/src/screens/LoadHistoryScreen.js +++ b/src/screens/LoadHistoryScreen.js @@ -15,7 +15,6 @@ import { t } from 'ttag'; import { onWalletReload, resetLoadedData, - walletServiceLoadFailedAck, } from '../actions'; import SimpleButton from '../components/SimpleButton'; import Spinner from '../components/Spinner';