Skip to content

Commit

Permalink
Update mutiny-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Aug 6, 2023
1 parent 27b6942 commit d380e76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutiny-wallet",
"version": "0.4.6",
"version": "0.4.7",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"@kobalte/tailwindcss": "^0.5.0",
"@modular-forms/solid": "^0.18.1",
"@mutinywallet/barcode-scanner": "5.0.0-beta.3",
"@mutinywallet/mutiny-wasm": "0.4.6",
"@mutinywallet/mutiny-wasm": "0.4.7",
"@mutinywallet/waila-wasm": "^0.2.1",
"@solid-primitives/upload": "^0.0.111",
"@thisbeyond/solid-select": "^0.14.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/routes/settings/Connections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ function Nwc() {
return;
}
const profile = await state.mutiny_wallet?.create_nwc_profile(
formName(),
10000n
formName()
);

if (!profile) {
Expand Down

0 comments on commit d380e76

Please sign in to comment.