Skip to content

Commit

Permalink
fix(connect): getAccountInfo useDeviceState should be set to false if…
Browse files Browse the repository at this point in the history
… this useDevice equals false
  • Loading branch information
mroz22 committed Nov 25, 2024
1 parent 8eebaae commit 627925d
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 627925d

Please sign in to comment.