Add device lock param to setup mutiny

This commit is contained in:
benthecarman
2023-07-28 11:43:52 -05:00
committed by benthecarman
parent d9e453f09f
commit 386c2dc081

View File

@@ -179,6 +179,8 @@ export async function setupMutinyWallet(
storage,
scorer,
// Do not connect peers
undefined,
// Do not skip device lock
undefined
);