Skip to content

Commit

Permalink
fix: getAccountInfo useDevice state fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Nov 25, 2024
1 parent c624164 commit eb7d1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect/src/api/getAccountInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default class GetAccountInfo extends AbstractMethod<'getAccountInfo', Req
});

this.useDevice = willUseDevice;
this.useDeviceState = willUseDevice;
this.useUi = willUseDevice;

this.noBackupConfirmationMode = this.params.every(batch => batch.suppressBackupWarning)
Expand Down

0 comments on commit eb7d1a8

Please sign in to comment.