Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Feb 7, 2024
1 parent f2c2ec8 commit 930cd5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sagas/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
//
Expand Down
1 change: 0 additions & 1 deletion src/screens/LoadHistoryScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { t } from 'ttag';
import {
onWalletReload,
resetLoadedData,
walletServiceLoadFailedAck,
} from '../actions';
import SimpleButton from '../components/SimpleButton';
import Spinner from '../components/Spinner';
Expand Down

0 comments on commit 930cd5e

Please sign in to comment.