Skip to content

Commit

Permalink
fix: account type
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Nov 6, 2024
1 parent e1c3f10 commit 699c851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/TorusController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ export default class TorusController extends BaseController<TorusControllerConfi
calledFromEmbed: !isMain,
userInfo,
rehydrate,
type: ACCOUNT_CATEGORY.SOLANA,
type: ACCOUNT_CATEGORY.IMPORTED,
});
} catch (e) {
log.error(e);
Expand Down

0 comments on commit 699c851

Please sign in to comment.