mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-08 15:54:29 +01:00
Remove creating init node
This commit is contained in:
committed by
Paul Miller
parent
e3f6439628
commit
f858c2c856
@@ -138,13 +138,6 @@ export async function setupMutinyWallet(
|
||||
undefined
|
||||
);
|
||||
|
||||
const nodes = await mutinyWallet.list_nodes();
|
||||
|
||||
// If we don't have any nodes yet, create one
|
||||
if (!nodes.length) {
|
||||
await mutinyWallet?.new_node();
|
||||
}
|
||||
|
||||
sessionStorage.setItem("MUTINY_WALLET_INITIALIZED", Date.now().toString());
|
||||
|
||||
return mutinyWallet;
|
||||
|
||||
Reference in New Issue
Block a user