Skip to content

Commit

Permalink
Add device lock param to setup mutiny
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jul 28, 2023
1 parent d9e453f commit 386c2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/logic/mutinyWalletSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ export async function setupMutinyWallet(
storage,
scorer,
// Do not connect peers
undefined,
// Do not skip device lock
undefined
);

Expand Down

0 comments on commit 386c2dc

Please sign in to comment.