Skip to content

Commit

Permalink
Rm debugging code
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Jul 18, 2022
1 parent 00421e1 commit 4095c8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ export const GlobalContainer: FC = () => {
const config = useConfigState();
const accounts = useAccountsState();
const { net } = useAppSelector(selectValidatorNetworkState);
const validator = useAppSelector(selectValidatorNetworkState);

const wallets = useMemo(() => {
const electronStorageWallet = new ElectronAppStorageWalletAdapter({
Expand All @@ -256,10 +255,10 @@ export const GlobalContainer: FC = () => {
"Config not loaded, can't get ElectronWallet keypair yet"
);
}

return getElectronStorageWallet(dispatch, config, accounts);
},
});

return [
// Sadly, electron apps don't run browser plugins, so these won't work without lots of pain
// new PhantomWalletAdapter(),
Expand Down

0 comments on commit 4095c8d

Please sign in to comment.