mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-29 20:04:23 +01:00
upgrade to 0.3.15 and rename package
This commit is contained in:
@@ -146,7 +146,7 @@ export const Provider: ParentComponent = (props) => {
|
||||
if (state.nwc_enabled) {
|
||||
const nodes = await mutinyWallet.list_nodes();
|
||||
const firstNode = (nodes[0] as string) || "";
|
||||
await mutinyWallet.start_nostr_wallet_connect(firstNode);
|
||||
// await mutinyWallet.start_nostr_wallet_connect(firstNode);
|
||||
}
|
||||
setState({
|
||||
mutiny_wallet: mutinyWallet,
|
||||
|
||||
Reference in New Issue
Block a user