Skip to content

feat(sdk-core): check wallet type before accessing tssUtils#9163

Merged
MohammedRyaan786 merged 1 commit into
masterfrom
CHALO-726
Jul 1, 2026
Merged

feat(sdk-core): check wallet type before accessing tssUtils#9163
MohammedRyaan786 merged 1 commit into
masterfrom
CHALO-726

Conversation

@MohammedRyaan786

@MohammedRyaan786 MohammedRyaan786 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

TICKET: CHALO-726

This pull request introduces a small but important change to the Wallet class in wallet.ts. The code now ensures that TSS-specific logic for handling txRequestId is only executed when the wallet's multisigType is 'tss', preventing potential errors for non-TSS wallets.

  • Restricted the check for txRequestId to only execute when this._wallet.multisigType is 'tss', ensuring TSS logic is not run for other wallet types.

@linear-code

linear-code Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

CHALO-726

@MohammedRyaan786 MohammedRyaan786 marked this pull request as ready for review July 1, 2026 16:27
@MohammedRyaan786 MohammedRyaan786 requested review from a team as code owners July 1, 2026 16:27
@MohammedRyaan786 MohammedRyaan786 changed the title fix(sdk-core): check wallet type before accessing tssUtils feat(sdk-core): check wallet type before accessing tssUtils Jul 1, 2026

@bhuvanr159 bhuvanr159 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MohammedRyaan786 MohammedRyaan786 merged commit a751181 into master Jul 1, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants