upgrade to 0.3.15 and rename package

This commit is contained in:
Paul Miller
2023-07-03 18:38:56 -05:00
parent 2ef20424d2
commit 85e776e4ce
3 changed files with 1099 additions and 1106 deletions

View File

@@ -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,