Skip to content

Commit

Permalink
Bump mutiny-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Aug 7, 2024
1 parent 80cbb81 commit bf866e8
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": "1.7.13",
"version": "1.7.14",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@kobalte/core": "^0.12.6",
"@kobalte/tailwindcss": "^0.9.0",
"@modular-forms/solid": "^0.20.0",
"@mutinywallet/mutiny-wasm": "1.7.12",
"@mutinywallet/mutiny-wasm": "1.7.13",
"@sentry/browser": "^8.7.0",
"@sentry/vite-plugin": "^2.18.0",
"@solid-primitives/upload": "^0.0.117",
Expand Down
9 changes: 4 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/routes/settings/ManageFederations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function FederationListItem(props: {
try {
await sw.resync_federation(props.fed.federation_id);

console.warn("RESYNC STARTED");
console.log("RESYNC STARTED");

// This loop is so we can try enough times until the resync actually starts
for (let i = 0; i < 60; i++) {
Expand Down

0 comments on commit bf866e8

Please sign in to comment.