Skip to content

Commit

Permalink
add omitLock
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander authored and 0xApotheosis committed Jan 30, 2024
1 parent 9b6ba58 commit a668490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hdwallet-keepkey/src/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ export class Transport extends core.Transport {
this.callInProgress = { main: undefined, debug: undefined };
const cancelMsg = new Messages.Cancel();
await this.call(Messages.MessageType.MESSAGETYPE_CANCEL, cancelMsg, {
omitLock: this.userActionRequired,
noWait: this.userActionRequired,
});
} catch (e) {
Expand Down

0 comments on commit a668490

Please sign in to comment.